HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 1 - 25 of 1081) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
inline_variadic.go 12 func head(xs ...string) string { // ERROR "can inline head" "leaking param: xs to result" func
17 x := head("hello", "world") // ERROR "inlining call to head" "\[\]string literal does not escape"
  /prebuilts/go/linux-x86/test/
inline_variadic.go 12 func head(xs ...string) string { // ERROR "can inline head" "leaking param: xs to result" func
17 x := head("hello", "world") // ERROR "inlining call to head" "\[\]string literal does not escape"
  /external/e2fsprogs/contrib/android/
base_fs.h 10 struct block_range *head; member in struct:basefs_entry
  /hardware/intel/common/wrs_omxil_core/utils/inc/
queue.h 29 struct list *head; member in struct:queue
  /external/ipsec-tools/src/racoon/
logger.h 38 int head; member in struct:log
  /external/ltp/tools/pounder21/
proclist.h 34 struct proclist_item_t *head; member in struct:proclist_t
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 38 unsigned char * head; member in struct:memory_pool
  /external/strace/tests/
caps.c 45 int * const head = tail_alloc(sizeof(int) * 2); local
46 head[0] = v3;
47 head[1] = 0;
51 capget(head + 2, tail_data);
52 capget(head, tail_data + ARRAY_SIZE(data));
54 if (capget(head, tail_data))
56 if (head[0] != v3)
62 capset(head + 2, tail_data);
64 head[0] = 0xbadc0ded;
65 head[1] = 2718281828U
    [all...]
xet_robust_list.c 63 void *head = tail_alloc(*p_len); local
64 if (syscall(__NR_set_robust_list, head, *p_len))
67 head, (unsigned long) *p_len);
  /external/strace/tests-m32/
caps.c 45 int * const head = tail_alloc(sizeof(int) * 2); local
46 head[0] = v3;
47 head[1] = 0;
51 capget(head + 2, tail_data);
52 capget(head, tail_data + ARRAY_SIZE(data));
54 if (capget(head, tail_data))
56 if (head[0] != v3)
62 capset(head + 2, tail_data);
64 head[0] = 0xbadc0ded;
65 head[1] = 2718281828U
    [all...]
xet_robust_list.c 63 void *head = tail_alloc(*p_len); local
64 if (syscall(__NR_set_robust_list, head, *p_len))
67 head, (unsigned long) *p_len);
  /external/strace/tests-mx32/
caps.c 45 int * const head = tail_alloc(sizeof(int) * 2); local
46 head[0] = v3;
47 head[1] = 0;
51 capget(head + 2, tail_data);
52 capget(head, tail_data + ARRAY_SIZE(data));
54 if (capget(head, tail_data))
56 if (head[0] != v3)
62 capset(head + 2, tail_data);
64 head[0] = 0xbadc0ded;
65 head[1] = 2718281828U
    [all...]
xet_robust_list.c 63 void *head = tail_alloc(*p_len); local
64 if (syscall(__NR_set_robust_list, head, *p_len))
67 head, (unsigned long) *p_len);
  /frameworks/base/libs/hwui/utils/
StringUtils.cpp 25 const char* head = current; local
27 head = strchr(current, ' ');
28 std::string s(current, head ? head - current : strlen(current));
32 current = head + 1;
33 } while (head);
  /frameworks/native/services/surfaceflinger/
LayerProtoHelper.cpp 22 Region::const_iterator head = region.begin(); local
26 while (head != tail) {
28 writeToProto(*head, rectProto);
29 head++;
  /device/generic/car/emulator/audio/driver/
audio_vbuffer.h 27 size_t head; member in struct:audio_vbuffer
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
template.h 11 struct _sym *next, *prev, **head, *scope; member in struct:_sym
  /external/libxkbcommon/xkbcommon/src/
utf8.c 37 uint8_t head; local
46 head = 0xc0;
50 head = 0xe0;
54 head = 0xf0;
58 head = 0xf8;
62 head = 0xfc;
68 buffer[0] = head | ((unichar >> shift) & 0x3f);
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 43 CrashRecoveryContextCleanup *head; member in class:llvm::CrashRecoveryContext
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /external/ltp/utils/ffsb-6.0-rc2/
cirlist.h 33 struct cnode *head; member in struct:cirlist
  /external/mesa3d/src/gallium/drivers/swr/
swr_scratch.h 28 void *head; member in struct:swr_scratch_space
  /external/mesa3d/src/mapi/
u_execmem.c 44 static unsigned int head = 0; variable
132 if (head + size > EXEC_MAP_SIZE)
136 addr = exec_mem + head;
137 head += size;
  /external/selinux/libsepol/cil/src/
cil_list.h 36 struct cil_list_item *head; member in struct:cil_list
48 for (item = (list)->head; item != NULL; item = item->next)
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_EvtDispatcher.h 73 static cmd_evts *head; member in class:IPACM_EvtDispatcher
IPACM_IfaceManager.h 86 static iface_instances *head; member in class:IPACM_IfaceManager

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>