Home
last modified time | relevance | path

Searched defs:swapped (Results 1 – 25 of 60) sorted by relevance

123

/external/libchrome/base/
Dsys_byteorder_unittest.cc24 uint16_t swapped = base::ByteSwap(k16BitTestData); in TEST() local
31 uint32_t swapped = base::ByteSwap(k32BitTestData); in TEST() local
38 uint64_t swapped = base::ByteSwap(k64BitTestData); in TEST() local
57 uintptr_t swapped = base::ByteSwapUintPtrT(test_data); in TEST() local
/external/cronet/base/
Dsys_byteorder_unittest.cc24 uint16_t swapped = base::ByteSwap(k16BitTestData); in TEST() local
31 uint32_t swapped = base::ByteSwap(k32BitTestData); in TEST() local
38 uint64_t swapped = base::ByteSwap(k64BitTestData); in TEST() local
57 uintptr_t swapped = base::ByteSwapUintPtrT(test_data); in TEST() local
/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode.c66 uint16_t swapped[NO_OF_WORDS_30MS]; in WebRtcIlbcfix_DecodeImpl() local
/external/ltp/testcases/kernel/mem/swapping/
Dswapping01.c129 long swap_free_now, swapped; in check_swapping() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c278 uint64_t swapped[2]; in gcm_gmult_nohw() local
288 uint64_t swapped[2]; in gcm_ghash_nohw() local
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c278 uint64_t swapped[2]; in gcm_gmult_nohw() local
288 uint64_t swapped[2]; in gcm_ghash_nohw() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c278 uint64_t swapped[2]; in gcm_gmult_nohw() local
288 uint64_t swapped[2]; in gcm_ghash_nohw() local
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c47 bool swapped; member
/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteInterpolateAtOffset.cpp135 TIntermTyped *swapped = new TIntermTernary(swapXY, offsetYX, new TIntermSymbol(offsetParam)); in getRotateFunc() local
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.cpp433 TIntermTyped *MakeSwapXMultiplier(TIntermTyped *swapped) in MakeSwapXMultiplier()
442 TIntermTyped *MakeSwapYMultiplier(TIntermTyped *swapped) in MakeSwapYMultiplier()
/external/libcups/cups/
Draster-private.h54 swapped; /* Non-zero if data is byte-swapped */ member
/external/libgav1/src/
Dresidual_buffer_pool_test.cc183 ResidualBufferStack swapped; in TEST() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c283 union pipe_color_union swapped; in fd5_clear() local
/external/libpcap/
Dpcap-util.c432 pcap_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, in pcap_post_process()
Dsf-pcap.c165 int swapped = 0; in pcap_check_header() local
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise09.c80 int swapped; in memory_pressure_child() local
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c444 boolean swapped; in wglChoosePixelFormatARB() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp128 bool swapped = false; in optimize_cc_op2() local
/external/ppp/pppd/include/
Dpcap-int.h46 int swapped; member
/external/cronet/third_party/icu/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
502 uint8_t* swapped = NULL; in ucnvsel_openFromSerialized() local
/external/icu/icu4c/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
502 uint8_t* swapped = NULL; in ucnvsel_openFromSerialized() local
/external/gptfdisk/
Dbasicmbr.cc1311 int i, j, numMoved = 0, swapped = 0; in RemoveLogicalsFromFirstFour() local
1338 int i, j = 0, numMoved = 0, swapped = 0; in MovePrimariesToFirstFour() local
1365 int allOK = 1, i = 0, swapped = 0; in CreateExtended() local
/external/rust/crates/ring/src/aead/gcm/
Dgcm_nohw.rs239 let mut swapped: [u64; 2] = [unswapped[1], unswapped[0]]; localVariable
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.cc110 std::vector<AllocList::iterator> swapped; in CompactAllocations() local
/external/skia/src/utils/
DSkDashPath.cpp125 bool swapped = maxXY < minXY; in clip_line() local

123