HomeSort by relevance Sort by last modified time
    Searched defs:id_list (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 72 PyObject *id_list; local
78 id_list = PyDict_Values( beos_dyn_images );
80 list_size = PyList_Size( id_list );
84 the_item = PyList_GetItem( id_list, idx );
  /toolchain/binutils/binutils-2.25/gprof/
sym_ids.c 51 static struct sym_id *id_list;
103 id->next = id_list;
104 id_list = id;
284 for (id = id_list; id; id = id->next)
290 for (id = id_list; id; id = id->next)
321 for (id = id_list; id; id = id->next)
332 for (id = id_list; id; id = id->next)
50 static struct sym_id *id_list; variable in typeref:struct:sym_id
  /external/dnsmasq/src/
rfc2131.c 128 struct dhcp_netid_list *id_list; local
416 for (id_list = daemon->dhcp_ignore; id_list; id_list = id_list->next)
417 if (match_netid(id_list->list, netid, 0))
463 for (id_list = daemon->bootp_dynamic; id_list; id_list = id_list->next
1554 struct dhcp_netid_list *id_list; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 532 unsigned int *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 798 * @id_list: list of GPU buffer ids of the buffers to sync
799 * @count: number of GPU buffer ids in id_list
807 unsigned int *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 64 struct debug_class_id *id_list; member in struct:debug_handle
    [all...]
  /external/elfutils/src/
ld.h 613 struct id_list struct
630 struct id_list *next;
638 struct id_list *local_names;
639 struct id_list *global_names;
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 587 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_kgsl.h 899 * @id_list: list of GPU buffer ids of the buffers to sync
900 * @count: number of GPU buffer ids in id_list
908 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 635 unsigned int __user * id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 974 * @id_list: list of GPU buffer ids of the buffers to sync
975 * @count: number of GPU buffer ids in id_list
983 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 586 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 898 * @id_list: list of GPU buffer ids of the buffers to sync
899 * @count: number of GPU buffer ids in id_list
907 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 564 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 837 * @id_list: list of GPU buffer ids of the buffers to sync
838 * @count: number of GPU buffer ids in id_list
846 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk

Completed in 2731 milliseconds