Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 25 of 236) sorted by relevance

12345678910

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dneighbor_db.c22 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get() local
37 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()
54 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add() local
68 const struct wpabuf *nr, const struct wpabuf *lci, in hostapd_neighbor_set()
113 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove() local
129 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db() local
175 struct wpabuf *nr; in hostapd_neighbor_set_own_report() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dneighbor_db.c23 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get() local
40 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_show() local
92 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()
109 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add() local
123 const struct wpabuf *nr, const struct wpabuf *lci, in hostapd_neighbor_set()
171 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove() local
187 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db() local
233 struct wpabuf *nr; in hostapd_neighbor_set_own_report() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.c68 nal_reader_init (NalReader * nr, const guint8 * data, guint size) in nal_reader_init()
83 nal_reader_read (NalReader * nr, guint nbits) in nal_reader_read()
117 nal_reader_skip (NalReader * nr, guint nbits) in nal_reader_skip()
131 nal_reader_skip_long (NalReader * nr, guint nbits) in nal_reader_skip_long()
148 nal_reader_get_pos (const NalReader * nr) in nal_reader_get_pos()
154 nal_reader_get_remaining (const NalReader * nr) in nal_reader_get_remaining()
160 nal_reader_get_epb_count (const NalReader * nr) in nal_reader_get_epb_count()
205 nal_reader_get_ue (NalReader * nr, guint32 * val) in nal_reader_get_ue()
232 nal_reader_get_se (NalReader * nr, gint32 * val) in nal_reader_get_se()
248 nal_reader_is_byte_aligned (NalReader * nr) in nal_reader_is_byte_aligned()
[all …]
Dnalutils.h133 #define READ_UINT8(nr, val, nbits) { \ argument
140 #define READ_UINT16(nr, val, nbits) { \ argument
147 #define READ_UINT32(nr, val, nbits) { \ argument
154 #define READ_UINT64(nr, val, nbits) { \ argument
161 #define READ_UE(nr, val) { \ argument
168 #define READ_UE_ALLOWED(nr, val, min, max) { \ argument
175 #define READ_UE_MAX(nr, val, max) { \ argument
182 #define READ_SE(nr, val) { \ argument
189 #define READ_SE_ALLOWED(nr, val, min, max) { \ argument
Dgsth264parser.c391 gst_h264_parse_hrd_parameters (GstH264HRDParams * hrd, NalReader * nr) in gst_h264_parse_hrd_parameters()
420 gst_h264_parse_vui_parameters (GstH264SPS * sps, NalReader * nr) in gst_h264_parse_vui_parameters()
521 gst_h264_parser_parse_scaling_list (NalReader * nr, in gst_h264_parser_parse_scaling_list()
636 NalReader * nr, guint list, gboolean is_mvc) in slice_parse_ref_pic_list_modification_1()
687 slice_parse_ref_pic_list_modification (GstH264SliceHdr * slice, NalReader * nr, in slice_parse_ref_pic_list_modification()
704 GstH264NalUnit * nalu, NalReader * nr) in gst_h264_slice_parse_dec_ref_pic_marking()
769 NalReader * nr, guint8 chroma_array_type) in gst_h264_slice_parse_pred_weight_table()
860 GstH264BufferingPeriod * per, NalReader * nr) in gst_h264_parser_parse_buffering_period()
917 guint8 time_offset_length, NalReader * nr) in gst_h264_parse_clock_timestamp()
967 GstH264PicTiming * tim, NalReader * nr) in gst_h264_parser_parse_pic_timing()
[all …]
Dgsth265parser.c315 NalReader * nr, guint8 maxNumSubLayersMinus1) in gst_h265_parse_profile_tier_level()
390 NalReader * nr, guint8 CpbCnt, guint8 sub_pic_hrd_params_present_flag) in gst_h265_parse_sub_layer_hrd_parameters()
416 gst_h265_parse_hrd_parameters (GstH265HRDParams * hrd, NalReader * nr, in gst_h265_parse_hrd_parameters()
494 gst_h265_parse_vui_parameters (GstH265SPS * sps, NalReader * nr) in gst_h265_parse_vui_parameters()
676 gst_h265_parser_parse_scaling_lists (NalReader * nr, in gst_h265_parser_parse_scaling_lists()
771 stRPS, NalReader * nr, guint8 stRpsIdx, GstH265SPS * sps) in gst_h265_parser_parse_short_term_ref_pic_sets()
917 NalReader * nr, gint NumPocTotalCurr) in gst_h265_slice_parse_ref_pic_list_modification()
948 gst_h265_slice_parse_pred_weight_table (GstH265SliceHdr * slice, NalReader * nr) in gst_h265_slice_parse_pred_weight_table()
1014 GstH265BufferingPeriod * per, NalReader * nr) in gst_h265_parser_parse_buffering_period()
1086 GstH265PicTiming * tim, NalReader * nr) in gst_h265_parser_parse_pic_timing()
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit()
17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit()
24 static inline void clear_bit(unsigned int nr, unsigned long *bitmap) in clear_bit()
31 static inline int test_and_set_bit(unsigned int nr, unsigned long *bitmap) in test_and_set_bit()
41 static inline int test_and_clear_bit(unsigned int nr, unsigned long *bitmap) in test_and_clear_bit()
Dptrlist.c40 int nr = 0; in ptr_list_size() local
77 int nr = 0; in ptr_list_multiple() local
141 unsigned int nr = list->nr; in ptr_list_nth_entry() local
167 int nr = 0; in linearize_ptr_list() local
237 int old = head->nr, nr = old / 2; in split_ptr_list_head() local
265 int nr; in __add_ptr_list() local
321 int nr = list->nr; in lookup_ptr_list_entry() local
392 int nr = --last->nr; in undo_ptr_list_last() local
460 int nr = cur->nr; in copy_ptr_list() local
/third_party/mesa3d/src/util/indices/
Du_unfilled_indices.c72 unsigned nr, in generate_linear_ushort()
82 unsigned nr, in generate_linear_uint()
98 nr_lines(enum pipe_prim_type prim, unsigned nr) in nr_lines()
131 unsigned nr, in u_unfilled_translator()
191 unsigned nr, in u_unfilled_generator()
Du_indices.c125 unsigned nr, in u_index_translator()
171 …x_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) in u_index_count_converted_indices()
240 unsigned nr, in u_index_generator()
/third_party/mesa3d/src/intel/compiler/
Dbrw_reg.h232 unsigned nr; member
396 unsigned nr, in brw_reg()
444 brw_vec16_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec16_reg()
461 brw_vec8_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec8_reg()
478 brw_vec4_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec4_reg()
495 brw_vec2_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec2_reg()
512 brw_vec1_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec1_reg()
529 unsigned nr, unsigned subnr) in brw_vecn_reg()
593 brw_uw16_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_uw16_reg()
600 brw_uw8_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_uw8_reg()
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c85 unsigned nr = bi_count_write_registers(ins, d); in bi_postra_liveness_ins() local
93 unsigned nr = bi_count_read_registers(ins, s); in bi_postra_liveness_ins() local
168 unsigned nr = bi_count_write_registers(ins, d); in bi_opt_dce_post_ra() local
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dsyscalls.h2 long nr; member
10 const char *get_sysnum(long nr) in get_sysnum()
Dsimple_tracer.c43 #define decode_sysnum(nr) printf("%s ", get_sysnum(nr)) argument
47 long nr = decode_user("orig_p0", PT_ORIG_P0); in decode_regs() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c53 unsigned nr, void **hwcso) in bind_sampler_states()
70 set_sampler_views(struct fd_texture_stateobj *tex, unsigned start, unsigned nr, in set_sampler_views()
105 unsigned start, unsigned nr, void **hwcso) in_dt in fd_sampler_states_bind()
115 unsigned start, unsigned nr, in fd_set_sampler_views()
Dtrace-parser.py115 def print_gmem_pass(self, nr): argument
125 def print_sysmem_pass(self, nr): argument
134 def print(self, nr): argument
/third_party/ltp/testcases/kernel/syscalls/io_setup/
Dio_setup01.c31 static void verify_failure(unsigned int nr, io_context_t *ctx, int init_val, long exp_err) in verify_failure()
53 static void verify_success(unsigned int nr, io_context_t *ctx, int init_val) in verify_success()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c154 unsigned nr, void **hwcso) in nv30_fragtex_sampler_states_bind()
175 nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, in nv30_fragtex_set_sampler_views()
206 unsigned start, unsigned nr, in nv30_set_sampler_views()
Dnv40_verttex.c53 unsigned nr, void **hwcso) in nv40_verttex_sampler_states_bind()
74 nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr, in nv40_verttex_set_sampler_views()
/third_party/musl/src/unistd/
Dsetxid.c8 int nr, ret; member
27 int __setxid(int nr, int id, int eid, int sid) in __setxid()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dsetxid.c8 int nr, ret; member
27 int __setxid(int nr, int id, int eid, int sid) in __setxid()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim.h160 u_validate_pipe_prim(enum pipe_prim_type pipe_prim, unsigned nr) in u_validate_pipe_prim()
169 u_trim_pipe_prim(enum pipe_prim_type pipe_prim, unsigned *nr) in u_trim_pipe_prim()
357 u_stream_outputs_for_vertices(enum pipe_prim_type primitive, unsigned nr) in u_stream_outputs_for_vertices()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_loopback.c100 const struct loopback_attr *la, GLuint nr) in loopback_prim()
137 append_attr(GLuint *nr, struct loopback_attr la[], int i, int shift, in append_attr()
153 GLuint nr = 0; in _vbo_loopback_vertex_list() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c74 print_reg_type_nr(char **stream, unsigned type, unsigned nr) in print_reg_type_nr()
162 unsigned nr = (dword >> A2_SRC2_NR_SHIFT) & REG_NR_MASK; in print_src_reg() local
171 unsigned nr = (dword >> A0_DEST_NR_SHIFT) & REG_NR_MASK; in print_dest_reg() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c464 unsigned nr, void **hwcsos) in nvc0_stage_sampler_states_bind()
491 unsigned start, unsigned nr, void **samplers) in nvc0_bind_sampler_states()
519 unsigned nr, bool take_ownership, in nvc0_stage_set_sampler_views()
579 unsigned start, unsigned nr, in nvc0_set_sampler_views()
1180 unsigned start, unsigned nr, in nvc0_bind_surfaces_range()
1211 unsigned start, unsigned nr, in nvc0_set_compute_resources()
1221 unsigned start, unsigned nr, in nvc0_bind_images_range()
1311 unsigned start, unsigned nr, in nvc0_set_shader_images()
1331 unsigned start, unsigned nr, in nvc0_bind_buffers_range()
1381 unsigned start, unsigned nr, in nvc0_set_shader_buffers()
[all …]

12345678910