HomeSort by relevance Sort by last modified time
    Searched refs:hold (Results 76 - 100 of 420) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
  /toolchain/binutils/binutils-2.27/binutils/
stabs.c 100 /* A list of these structures is used to hold pending variable
117 /* A list of these structures is used to hold the types for a single
140 /* Slot to hold real type when we discover it. If we don't, we fill
1329 const char *hold; local
2982 const char *hold; local
3916 const char *hold; local
5015 const char *hold; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
EnablePaging64.asm 50 retf ; topmost 2 dwords hold the address
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnablePaging64.asm 52 retf ; topmost 2 dwords hold the address
  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 58 hold on;
  /prebuilts/go/darwin-x86/src/internal/poll/
sys_cloexec.go 20 // It is probably okay to hold the lock across syscall.Accept
  /prebuilts/go/darwin-x86/src/os/
proc.go 14 // Args hold the command-line arguments, starting with the program name.
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 218 hold := make([][]uint32, H)
222 hold[rand.Intn(len(hold))] = a
224 _ = hold
  /prebuilts/go/linux-x86/src/internal/poll/
sys_cloexec.go 20 // It is probably okay to hold the lock across syscall.Accept
  /prebuilts/go/linux-x86/src/os/
proc.go 14 // Args hold the command-line arguments, starting with the program name.
  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 218 hold := make([][]uint32, H)
222 hold[rand.Intn(len(hold))] = a
224 _ = hold
  /toolchain/binutils/binutils-2.27/gas/
cgen.c 336 char * volatile hold; local
340 static char *hold;
361 hold = input_line_pointer;
370 input_line_pointer = (char *) hold;
381 input_line_pointer = hold;
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.y 757 char *hold;
916 hold = input_line_pointer;
920 input_line_pointer = hold;
1074 hold = input_line_pointer;
1078 input_line_pointer = hold;
  /external/tcpdump/
print-pim.c 99 { PIMV2_HELLO_OPTION_HOLDTIME, "Hold Time" },
152 int hold; local
155 hold = EXTRACT_16BITS(&bp[6]);
156 if (hold != 180) {
157 ND_PRINT((ndo, "Hold "));
158 unsigned_relts_print(ndo, hold);
185 ND_PRINT((ndo, " Hold time: "));
280 ND_PRINT((ndo, " (Hold-time "));
302 ND_PRINT((ndo, " RP %s hold ", ipaddr_string(ndo, &bp[16])));
350 int hold; local
    [all...]
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 188 // Request hold from the call side.
189 call.hold();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.asm 180 ; Restore C register and eax hold the return status from 32-bit function.
181 ; Note: Do not touch rax from now which hold the return value from IA32 function
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 187 ; Restore C register and eax hold the return status from 32-bit function.
188 ; Note: Do not touch rax from now which hold the return value from IA32 function
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.S 47 sub %rax, %rdi # rdi <- use stack to hold transition code
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 112 hold on
127 hold off
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 33 // passed on, the hanging adb subprocess will hold them open and
80 // Unfortunately, a simultaneous call to adb shell hold open
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63.
21 // Instead, the msb of the previous byte could be used to hold bit 63 since we
  /prebuilts/go/linux-x86/misc/android/
go_android_exec.go 33 // passed on, the hanging adb subprocess will hold them open and
80 // Unfortunately, a simultaneous call to adb shell hold open
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63.
21 // Instead, the msb of the previous byte could be used to hold bit 63 since we
  /external/iputils/
ping6.c 697 int ch, hold, packlen; local
1096 hold = 1;
1097 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) {
1104 hold = datalen+8;
1105 hold += ((hold+511)/512)*(40+16+64+160);
1106 sock_setbufs(icmp_sock, hold);
    [all...]
  /frameworks/base/core/tests/coretests/
Android.mk 3 # this var will hold all the test apk module names later.

Completed in 548 milliseconds

1 2 34 5 6 7 8 91011>>