Home
last modified time | relevance | path

Searched defs:indx (Results 1 – 25 of 249) sorted by relevance

12345678910

/netbsd-src/common/lib/libprop/
H A Dprop_array_util.c45 prop_array_get_bool(prop_array_t array, unsigned int indx, bool *valp) in prop_array_get_bool()
59 prop_array_set_bool(prop_array_t array, unsigned int indx, bool val) in prop_array_set_bool()
120 prop_array_set_unsigned_number(prop_array_t array, unsigned int indx, in prop_array_set_unsigned_number()
199 prop_array_set_string(prop_array_t array, unsigned int indx, const char *cp) in prop_array_set_string()
212 prop_array_set_string_nocopy(prop_array_t array, unsigned int indx, in prop_array_set_string_nocopy()
226 prop_array_get_data(prop_array_t array, unsigned int indx, const void **vp, in prop_array_get_data()
247 prop_array_set_data(prop_array_t array, unsigned int indx, const void *v, in prop_array_set_data()
255 prop_array_set_data_nocopy(prop_array_t array, unsigned int indx, const void *v, in prop_array_set_data_nocopy()
280 prop_array_get_cstring(prop_array_t array, unsigned int indx, char **cpp) in prop_array_get_cstring()
309 prop_array_get_cstring_nocopy(prop_array_t array, unsigned int indx, in prop_array_get_cstring_nocopy()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_gf119.c62 int indx = pwm_info(therm, line); in gf119_fan_pwm_ctrl() local
75 int indx = pwm_info(therm, line); in gf119_fan_pwm_get() local
97 int indx = pwm_info(therm, line); in gf119_fan_pwm_set() local
114 int indx = pwm_info(therm, line); in gf119_fan_pwm_clock() local
/netbsd-src/bin/pax/
H A Dtables.c145 u_int indx; in chk_lnk() local
231 u_int indx; in purg_lnk() local
382 u_int indx; in chk_ftime() local
522 u_int indx; in add_name() local
590 u_int indx; in sub_name() local
716 u_int indx; in chk_dev() local
969 u_int indx; in add_atdir() local
1032 u_int indx; in get_atdir() local
H A Dsel_subs.c118 u_int indx; in usr_add() local
216 u_int indx; in grp_add() local
/netbsd-src/usr.bin/systat/
H A Dsystat.h61 #define NVAL(indx) namelist[(indx)].n_value argument
62 #define NPTR(indx) (void *)NVAL((indx)) argument
63 #define NREAD(indx, buf, len) kvm_ckread(NPTR((indx)), (buf), (len), # indx) argument
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dsarray.h167 soffset_decode (sidx indx) in soffset_decode()
197 soffset_decode (sidx indx) in soffset_decode()
210 static inline void* sarray_get (struct sarray* array, sidx indx) in sarray_get()
235 static inline void* sarray_get_safe (struct sarray* array, sidx indx) in sarray_get_safe()
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dsarray.h167 soffset_decode (sidx indx) in soffset_decode()
197 soffset_decode (sidx indx) in soffset_decode()
210 static inline void* sarray_get (struct sarray* array, sidx indx) in sarray_get()
235 static inline void* sarray_get_safe (struct sarray* array, sidx indx) in sarray_get_safe()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dhash.c112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); in objc_hash_add() local
172 size_t indx = (*cache->hash_func) (cache, key); in objc_hash_remove() local
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dhash.c112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); in objc_hash_add() local
172 size_t indx = (*cache->hash_func) (cache, key); in objc_hash_remove() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcofflink.c1654 long indx; in _bfd_coff_link_input_bfd() local
1740 bfd_size_type indx; in _bfd_coff_link_input_bfd() local
1870 long indx; in _bfd_coff_link_input_bfd() local
1969 bfd_size_type indx; in _bfd_coff_link_input_bfd() local
1993 unsigned long indx; in _bfd_coff_link_input_bfd() local
2177 long indx; in _bfd_coff_link_input_bfd() local
2440 long indx; in _bfd_coff_link_input_bfd() local
2594 bfd_size_type indx; in _bfd_coff_write_global_sym() local
H A Dcoff-bfd.c62 int indx, in bfd_coff_get_auxent()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcofflink.c1686 long indx; in _bfd_coff_link_input_bfd() local
1772 bfd_size_type indx; in _bfd_coff_link_input_bfd() local
1902 long indx; in _bfd_coff_link_input_bfd() local
2001 bfd_size_type indx; in _bfd_coff_link_input_bfd() local
2025 unsigned long indx; in _bfd_coff_link_input_bfd() local
2209 long indx; in _bfd_coff_link_input_bfd() local
2472 long indx; in _bfd_coff_link_input_bfd() local
2622 bfd_size_type indx; in _bfd_coff_write_global_sym() local
H A Dcoff-bfd.c65 int indx, in bfd_coff_get_auxent()
/netbsd-src/games/sail/
H A Ddr_1.c145 int indx, totalfrom = 0, totalto = 0; in fightitout() local
275 int indx, rakehim, sternrake; in compcombat() local
/netbsd-src/external/bsd/bc/dist/
H A Dstorage.c83 int indx; in more_functions() local
130 int indx; in more_variables() local
167 int indx; in more_arrays() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc214 unsigned int indx = element->indx; in bitmap_list_link_element() local
308 bitmap_element *elt, unsigned int indx, in bitmap_list_insert_element_after()
348 bitmap_list_find_element (bitmap head, unsigned int indx) in bitmap_list_find_element()
462 bitmap_tree_splay (bitmap head, bitmap_element *t, unsigned int indx) in bitmap_tree_splay()
563 bitmap_tree_find_element (bitmap head, unsigned int indx) in bitmap_tree_find_element()
918 unsigned int indx = bit / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_bit() local
956 unsigned indx = bit / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_bit() local
989 unsigned int indx = bit / BITMAP_ELEMENT_ALL_BITS; in bitmap_bit_p() local
1024 unsigned indx = bit / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_aligned_chunk() local
1065 unsigned int indx = bit / BITMAP_ELEMENT_ALL_BITS; in bitmap_get_aligned_chunk() local
H A Dbitmap.h318 unsigned int indx; member
335 unsigned int indx; in class() local
1027 unsigned int indx = 0; in base_bitmap_view() local
/netbsd-src/sys/stand/efiboot/
H A Dsmbios.c198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string()
/netbsd-src/usr.bin/fold/
H A Dfold.c136 int col, indx, i; in fold() local
/netbsd-src/sys/kern/
H A Dvfs_trans.c231 uint32_t indx; fstrans_mount_get() local
299 uint32_t indx; fstrans_mount() local
327 uint32_t indx; fstrans_unmount() local
1087 uint32_t indx; fstrans_print_mount() local
[all...]
H A Dkern_fileassoc.c301 size_t indx; in fileassoc_file_lookup() local
377 size_t indx; in fileassoc_table_resize() local
511 size_t indx; in fileassoc_file_add() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMemorySpace.cc125 MemorySpace::findMemObject (uint64_t indx) in findMemObject()
224 Vector<int> *indx = new Vector<int>(size); in getMemObjects() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMemorySpace.cc125 MemorySpace::findMemObject (uint64_t indx) in findMemObject()
224 Vector<int> *indx = new Vector<int>(size); in getMemObjects() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.h318 unsigned int indx; member
335 unsigned int indx; in class() local
1017 unsigned int indx = 0; in base_bitmap_view() local
/netbsd-src/games/boggle/boggle/
H A Dmach.c153 prword(const char *const base[], int indx) in prword()
159 prwidth(const char *const base[], int indx) in prwidth()

12345678910