/external/icu/icu4c/source/common/ |
ucnvsel.cpp | 55 uint8_t* swapped; member in struct:UConverterSelector 239 uprv_free(sel->swapped); 363 * @return 0 on failure, number of bytes swapped on success 364 * number of bytes swapped can be smaller than length 499 uint8_t* swapped = NULL; local 516 swapped = (uint8_t*)uprv_malloc(totalSize); 517 if (swapped == NULL) { 522 ucnvsel_swap(ds, p, length, swapped, status); 525 uprv_free(swapped); 528 p = swapped; [all...] |
/external/libpcap/ |
sf-pcap.c | 130 SWAPPED, 157 int swapped = 0; local 167 * number for a pcap savefile, or for a byte-swapped pcap 176 swapped = 1; 202 * If it's a byte-swapped capture file, byte-swap the header. 204 if (swapped) { 230 p->swapped = swapped; 306 ps->lengths_swapped = SWAPPED; 314 ps->lengths_swapped = SWAPPED; [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
InstructionSwapper.java | 153 stats.incrementStat("Swapped two instructions"); 157 Log.info("Now " + swappedWith + " is swapped with " + toBeSwapped);
|
/external/kernel-headers/original/uapi/linux/ |
virtio_balloon.h | 48 #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ 49 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
shm.h | 82 # define SHM_LOCKED 02000 /* segment will not be swapped */ 104 unsigned long int shm_swp; /* total swapped shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
shm.h | 75 # define SHM_LOCKED 02000 /* segment will not be swapped */ 97 unsigned long int shm_swp; /* total swapped shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
shm.h | 82 # define SHM_LOCKED 02000 /* segment will not be swapped */ 104 unsigned long int shm_swp; /* total swapped shm */
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
asm_amd64.s | 41 SETEQ swapped+16(FP) 56 SETEQ swapped+24(FP)
|
asm_amd64p32.s | 42 SETEQ swapped+16(FP) 60 SETEQ swapped+24(FP)
|
asm_arm64.s | 51 MOVB R0, swapped+16(FP) 72 MOVB R0, swapped+24(FP)
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
asm_amd64.s | 41 SETEQ swapped+16(FP) 56 SETEQ swapped+24(FP)
|
asm_amd64p32.s | 42 SETEQ swapped+16(FP) 60 SETEQ swapped+24(FP)
|
asm_arm64.s | 51 MOVB R0, swapped+16(FP) 72 MOVB R0, swapped+24(FP)
|
/external/llvm/test/CodeGen/SystemZ/ |
strlen-01.ll | 9 ; the uses of %r3 and REG after the LGR to be swapped.
|
strlen-02.ll | 9 ; the uses of %r3 and REG after the LGR to be swapped.
|
/external/llvm/test/CodeGen/X86/ |
inline-asm-tied.ll | 25 define i64 @swapped(i64 %x, i64 %y) nounwind {
|
/external/netperf/src/ |
nettest_dlpi.h | 34 /* @#$% byte-swapped boxes... */ 81 /* @#$% byte-swapped boxes... */ 124 /* @#$% byte-swapped boxes... */ 170 /* @#$% byte-swapped boxes... */
|
/external/skia/include/images/ |
SkPageFlipper.h | 48 Once this is called, the two internal regions are swapped, so the *new*
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
swap_bytes.c | 28 uint16_t* output /* (o) the swapped sequence */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.1d.h | 39 * PRIO_8021D_BE and PRIO_8021D_NONE are swapped.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
shm.h | 69 unsigned long shm_swp; /* total swapped shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
shm.h | 69 unsigned long shm_swp; /* total swapped shm */
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug286.go | 24 // the entries are swapped. test2 and test3 are the same except
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug286.go | 24 // the entries are swapped. test2 and test3 are the same except
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
far-hc11.s | 18 bne fail ; X and D preserved (swapped by _far_bar)
|