Home
last modified time | relevance | path

Searched refs:num_ids (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dintel_pixel_hash.h81 unsigned num_ids = 0; in intel_compute_pixel_hash_table_nway() local
84 phys_ids[num_ids++] = i; in intel_compute_pixel_hash_table_nway()
86 assert(num_ids > 0); in intel_compute_pixel_hash_table_nway()
91 * cases where num_ids is a power of two, but doesn't actually in intel_compute_pixel_hash_table_nway()
96 * order of num_ids/2^(l+1) (see variable t below). The in intel_compute_pixel_hash_table_nway()
100 const unsigned bits = util_logbase2_ceil(num_ids); in intel_compute_pixel_hash_table_nway()
103 for (unsigned k = 0; k < num_ids; k++) { in intel_compute_pixel_hash_table_nway()
104 unsigned t = num_ids; in intel_compute_pixel_hash_table_nway()
120 * num_ids-periodic pattern. in intel_compute_pixel_hash_table_nway()
127 * 2^ceil(log2(num_ids/ in intel_compute_pixel_hash_table_nway()
[all...]
/third_party/node/deps/v8/src/base/
H A Dcpu.cc470 unsigned num_ids = cpu_info[0]; in CPU() local
476 if (num_ids > 0) { in CPU()
480 if (num_ids >= 7) { in CPU()
532 if (num_ids >= 7) { in CPU()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes,
H A Dinterworking.c97 static struct wpabuf * anqp_build_req(u16 info_ids[], size_t num_ids, in anqp_build_req() argument
104 buf = gas_anqp_build_initial_req(0, 4 + num_ids * 2 + in anqp_build_req()
109 if (num_ids > 0) { in anqp_build_req()
111 for (i = 0; i < num_ids; i++) in anqp_build_req()
2747 u16 info_ids[], size_t num_ids, u32 subtypes, in anqp_send_req()
2770 MAC2STR(dst), (unsigned int) num_ids); in anqp_send_req()
2798 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2746 anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u16 info_ids[], size_t num_ids, u32 subtypes, u32 mbo_subtypes) anqp_send_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes,
H A Dinterworking.c97 static struct wpabuf * anqp_build_req(u16 info_ids[], size_t num_ids, in anqp_build_req() argument
104 buf = gas_anqp_build_initial_req(0, 4 + num_ids * 2 + in anqp_build_req()
109 if (num_ids > 0) { in anqp_build_req()
111 for (i = 0; i < num_ids; i++) in anqp_build_req()
2801 u16 info_ids[], size_t num_ids, u32 subtypes, in anqp_send_req()
2824 MAC2STR(dst), (unsigned int) num_ids); in anqp_send_req()
2826 MAC2STR_SEC(dst), (unsigned int) num_ids); in anqp_send_req()
2862 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2800 anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, int freq, u16 info_ids[], size_t num_ids, u32 subtypes, u32 mbo_subtypes) anqp_send_req() argument

Completed in 9 milliseconds