Home
last modified time | relevance | path

Searched defs:prev_value (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/cronet/base/task/common/
H A Doperations_controller.cc33 auto prev_value = state_and_count_.fetch_or(kAcceptingOperationsBitMask, in StartAcceptingOperations() local
48 auto prev_value = state_and_count_.fetch_add(1, std::memory_order_acquire); in TryBeginOperation() local
65 auto prev_value = state_and_count_.fetch_or(kShuttingDownBitMask, in ShutdownAndWaitForZeroOperations() local
98 auto prev_value = state_and_count_.fetch_sub(n, std::memory_order_release); in DecrementBy() local
/aosp_15_r20/external/webp/src/utils/
H A Dhuffman_encode_utils.c263 int value, int prev_value) { in CodeRepeatedValues()
331 int prev_value = 8; // 8 is the initial value for rle. in VP8LCreateCompressedHuffmanTree() local
/aosp_15_r20/external/libcxx/fuzzing/
H A Dfuzzing.cpp389 uint8_t prev_value = *it++; in unique() local
429 uint8_t prev_value = *it++; in unique_copy() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/fuzzing/
H A Dunique_copy.pass.cpp38 std::uint8_t prev_value = *it++; in LLVMFuzzerTestOneInput() local
H A Dunique.pass.cpp36 std::uint8_t prev_value = *it++; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/perfetto/src/base/
H A Dthread_checker.cc57 auto prev_value = kDetached; in CalledOnValidThread() local
/aosp_15_r20/external/webrtc/modules/include/
H A Dmodule_common_types_public.h21 inline bool IsNewer(U value, U prev_value) { in IsNewer()
/aosp_15_r20/external/libdrm/tests/
H A Ddrmsl.c115 void *prev_value; in print_neighbors() local
/aosp_15_r20/external/webrtc/net/dcsctp/common/
H A Dsequence_numbers.h78 static int64_t Delta(WrappedType value, WrappedType prev_value) { in Delta()
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtracing_muxer_impl_integrationtest.cc40 const char* prev_value = getenv(name); in SetEnvVar() local
/aosp_15_r20/external/boringssl/src/crypto/keccak/
H A Dkeccak.c59 uint64_t prev_value = state[1]; in keccak_f() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/keccak/
H A Dkeccak.c59 uint64_t prev_value = state[1]; in keccak_f() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dinterpreter.cpp116 bool prev_value = isRecordFunctionEnabled(); in run() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc484 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
496 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp506 uint64_t prev_value = 0; in fillAtomValues() local
610 uint64_t prev_value = 0; in fillProcStat() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc484 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
496 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc492 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
504 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Ddemangle.cc478 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
490 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/
H A Ddemangle.cc484 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
496 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dproperties.rs65 prev_value: u32, field
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h81 const char* prev_value = getenv(name); in TestEnvCleaner() local
/aosp_15_r20/external/libdrm/
H A Dxf86drmSL.c232 unsigned long *prev_key, void **prev_value, in drmSLLookupNeighbors()
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc584 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
596 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc584 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName()
596 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
Dname-lookup.h153 tree prev_value; member

123