Home
last modified time | relevance | path

Searched +defs:b +defs:start (Results 1 – 25 of 216) sorted by relevance

123456789

/dflybsd-src/sys/dev/drm/i915/
H A Di915_trace.h40 #define trace_g4x_wm(a,b) argument
42 #define trace_i915_flip_complete(a,b) argument
43 #define trace_i915_flip_request(a,b) argument
45 #define trace_i915_gem_evict(a,b,c,d) argument
51 #define trace_i915_gem_object_fault(a,b,c,d) argument
67 #define trace_i915_gem_ring_dispatch(a,b) argument
68 #define trace_i915_gem_ring_flush(a,b,c) argument
73 #define trace_i915_reg_rw(a,b,c,d,trace) argument
75 #define trace_intel_cpu_fifo_underrun(a,b) argument
79 #define trace_intel_memory_cxsr(a,b,c) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsbitmap.c168 sbitmap b = (sbitmap) ((char *) bitmap_vector + offset); in sbitmap_vector_alloc() local
190 bitmap_equal_p (const_sbitmap a, const_sbitmap b) in bitmap_equal_p()
213 bitmap_clear_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_clear_range()
271 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range()
332 bitmap_bit_in_range_p (const_sbitmap bmap, unsigned int start, unsigned int end) in bitmap_bit_in_range_p()
478 bitmap_ior_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_ior_and_compl()
526 bitmap_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and_compl()
556 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p()
576 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and()
601 bitmap_xor (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_xor()
[all …]
H A Dbitmap.c39 register_overhead (bitmap b, size_t amount) in register_overhead()
704 bitmap_count_unique_bits (const_bitmap a, const_bitmap b) in bitmap_count_unique_bits()
872 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and()
930 bitmap_and_into (bitmap a, const_bitmap b) in bitmap_and_into()
1022 bitmap_and_compl (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and_compl()
1135 bitmap_and_compl_into (bitmap a, const_bitmap b) in bitmap_and_compl_into()
1188 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range()
1294 bitmap_clear_range (bitmap head, unsigned int start, unsigned int count) in bitmap_clear_range()
1427 bitmap_compl_and_into (bitmap a, const_bitmap b) in bitmap_compl_and_into()
1556 bitmap_ior (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_ior()
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dmbo.c87 u8 start, u8 end) in wpas_mbo_non_pref_chan_attr_body()
109 struct wpabuf *mbo, u8 start, u8 end) in wpas_mbo_non_pref_chan_attr()
131 struct wpabuf *mbo, u8 start, in wpas_mbo_non_pref_chan_subelement()
147 u8 i, start = 0; in wpas_mbo_non_pref_chan_attrs() local
284 struct wpa_mbo_non_pref_channel *b) in wpa_non_pref_chan_is_eq()
301 const struct wpa_mbo_non_pref_channel *a = _a, *b = _b; in wpa_non_pref_chan_cmp() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_acl.c45 #define max(a, b) ((a)>(b)?(a):(b)) argument
49 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) argument
1141 const wchar_t *start; in archive_acl_from_text_w() member
1177 const wchar_t *start, *end; in archive_acl_from_text_w() local
1399 isint_w(const wchar_t *start, const wchar_t *end, int *result) in isint_w()
1426 ismode_w(const wchar_t *start, const wchar_t *end, int *permset) in ismode_w()
1460 is_nfs4_perms_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_perms_w()
1523 is_nfs4_flags_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_flags_w()
1569 next_field_w(const wchar_t **wp, const wchar_t **start, in next_field_w()
1625 const char *start; in archive_acl_from_text_l() member
[all …]
/dflybsd-src/crypto/libressl/crypto/evp/
H A Dbio_b64.c90 int start; /* have we started decoding yet? */ member
152 b64_read(BIO *b, char *out, int outl) in b64_read()
354 b64_write(BIO *b, const char *in, int inl) in b64_write()
468 b64_ctrl(BIO *b, int cmd, long num, void *ptr) in b64_ctrl()
553 b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in b64_callback_ctrl()
568 b64_puts(BIO *b, const char *str) in b64_puts()
/dflybsd-src/sys/kern/
H A Dsubr_alist.c100 #define kmalloc(a,b,c) malloc(a) argument
101 #define kfree(a,b) free(a) argument
241 alist_alloc(alist_t bl, alist_blk_t start, alist_blk_t count) in alist_alloc()
425 alst_leaf_alloc(almeta_t *scan, alist_blk_t blk, alist_blk_t start, in alst_leaf_alloc()
519 alst_meta_alloc(almeta_t *scan, alist_blk_t blk, alist_blk_t start, in alst_meta_alloc()
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_exp.c258 int start = 1; in BN_mod_exp_recp() local
393 int start = 1; in BN_mod_exp_mont_internal() local
568 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, in MOD_EXP_CTIME_COPY_TO_PREBUF()
586 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, in MOD_EXP_CTIME_COPY_FROM_PREBUF()
913 int b, bits, ret = 0; in BN_mod_exp_mont_word() local
1066 int start = 1; in BN_mod_exp_simple() local
/dflybsd-src/sys/dev/drm/include/asm/
H A Dio.h149 #define memset_io(a, b, c) memset((a), (b), (c)) argument
150 #define memcpy_fromio(a, b, c) memcpy((a), (b), (c)) argument
151 #define memcpy_toio(a, b, c) memcpy((a), (b), (c)) argument
158 arch_io_free_memtype_wc(resource_size_t start, resource_size_t size) in arch_io_free_memtype_wc()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbuildsym.c241 CORE_ADDR start, CORE_ADDR end, in finish_block_internal()
422 CORE_ADDR start, CORE_ADDR end, in finish_block()
471 CORE_ADDR start, CORE_ADDR end_inclusive) in record_block_range()
545 CORE_ADDR start in make_blockvector() local
963 const struct block *b = *(const struct block **) bp; in block_compar() local
1262 struct block *b = BLOCKVECTOR_BLOCK (symtab->blockvector, in end_symtab_from_static_block() local
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dtraditional.c267 _cpp_overlay_buffer (cpp_reader *pfile, const uchar *start, size_t len) in _cpp_overlay_buffer()
314 maybe_start_funlike (cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *m… in maybe_start_funlike()
771 struct block *b = (struct block *) exp; in _cpp_replacement_text_len() local
798 struct block *b = (struct block *) exp; in _cpp_copy_replacement_text() local
843 struct block *b = (struct block *) exp; in replace_args_and_push() local
862 struct block *b = (struct block *) exp; in replace_args_and_push() local
/dflybsd-src/contrib/mpfr/src/
H A Dvasprintf.c489 #define FLUSH(flag, start, end, ap, buf_ptr) \ argument
516 char *start; /* beginning of the buffer */ member
522 buffer_init (struct string_buffer *b, size_t s) in buffer_init()
533 buffer_widen (struct string_buffer *b, size_t len) in buffer_widen()
554 buffer_cat (struct string_buffer *b, const char *s, size_t len) in buffer_cat()
571 buffer_pad (struct string_buffer *b, const char c, const size_t n) in buffer_pad()
593 buffer_sandwich (struct string_buffer *b, char *str, size_t len, in buffer_sandwich()
656 sprntf_gmp (struct string_buffer *b, const char *fmt, va_list ap) in sprntf_gmp()
1778 const char *start, *end; in mpfr_vasprintf() local
/dflybsd-src/contrib/tre/lib/
H A Dtre-match-utils.h245 tre_minimal_tag_order(int start, int end, const tre_tag_t *tags1, in tre_minimal_tag_order()
402 tre_bracket_match_t *b; in tre_bracket_match() local
438 tre_cint_t start = b->value, end; in tre_bracket_match() local
H A Dtre-match-backtrack.c197 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) argument
399 int start = tnfa->minimal_tags[i + 1]; in tre_tnfa_run_backtrack() local
442 int start = tnfa->minimal_tags[i + 1]; in tre_tnfa_run_backtrack() local
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dtraditional.c279 _cpp_overlay_buffer (cpp_reader *pfile, const uchar *start, size_t len) in _cpp_overlay_buffer()
337 maybe_start_funlike (cpp_reader *pfile, cpp_hashnode *node, const uchar *start, in maybe_start_funlike()
917 struct block *b = (struct block *) exp; in _cpp_replacement_text_len() local
944 struct block *b = (struct block *) exp; in _cpp_copy_replacement_text() local
989 struct block *b = (struct block *) exp; in replace_args_and_push() local
1008 struct block *b = (struct block *) exp; in replace_args_and_push() local
/dflybsd-src/contrib/cvs-1.12/diff/
H A Dcontext.c106 print_context_number_range (file, a, b) in print_context_number_range() argument
238 print_unidiff_number_range (file, a, b) in print_unidiff_number_range() argument
359 find_hunk (start) in find_hunk() argument
H A Dutil.c531 find_change (start) in find_change() argument
538 find_reverse_change (start) in find_reverse_change() argument
700 translate_range (file, a, b, aptr, bptr) in translate_range() argument
716 print_number_range (sepchar, file, a, b) in print_number_range() argument
/dflybsd-src/contrib/gmp/mpz/
H A Dfac_ui.c242 ap_product_small (mpz_t ret, mp_limb_t start, mp_limb_t step, in ap_product_small()
246 mp_limb_t b; in ap_product_small() local
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dexpr.c26 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
250 char *start; /* Start of number. */ in integer_constant() local
1142 int start; in operand() local
1290 int start; in operand() local
1628 char *start = input_line_pointer; in operatorf() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbitmap.c108 register_overhead (bitmap b, int amount) in register_overhead()
879 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and()
937 bitmap_and_into (bitmap a, const_bitmap b) in bitmap_and_into()
1018 bitmap_and_compl (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and_compl()
1131 bitmap_and_compl_into (bitmap a, const_bitmap b) in bitmap_and_compl_into()
1184 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range()
1284 bitmap_clear_range (bitmap head, unsigned int start, unsigned int count) in bitmap_clear_range()
1411 bitmap_compl_and_into (bitmap a, const_bitmap b) in bitmap_compl_and_into()
1540 bitmap_ior (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_ior()
1587 bitmap_ior_into (bitmap a, const_bitmap b) in bitmap_ior_into()
[all …]
/dflybsd-src/contrib/tcsh-6/
H A Dsh.hist.c168 #define mix(a,b,c) \ argument
177 #define final(a,b,c) \ argument
190 uint32_t a, b, c; member
206 uint32_t a = h->a, b = h->b, c = h->c; in addWordToHash() local
287 uint32_t a = h->a, b = h->b, c = h->c; in finalizeHash() local
336 Char b[2] = { c, 0 }; in addCharToHash() local
429 doTiming(int start) { in doTiming()
443 doTiming(int start) { in doTiming()
615 const struct wordent *a = a0->next, *b = b0->next; in heq() local
/dflybsd-src/sys/libkern/
H A Dlinux_idr.c58 #define MALLOC_DEFINE(a, b, c) argument
63 #define lwkt_token_init(a, b) argument
68 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
69 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
358 idr_alloc(struct idr *idp, void *ptr, int start, int end, unsigned gfp_mask) in idr_alloc()
/dflybsd-src/tools/tools/net80211/wlaninject/
H A Dwlaninject.c189 #define equal(a,b) (strcasecmp(a,b) == 0) in str2type() argument
203 #define equal(a,b) (strcasecmp(a,b) == 0) in str2subtype() argument
239 #define equal(a,b) (strcasecmp(a,b) == 0) in str2wmeac() argument
772 time_t start; in main() local
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dd-demangle.c56 char *b; /* pointer to start of string */ member
1093 char b = ascii2hex (mangled[1]); in dlang_parse_string() local
1371 const char *start = NULL; in dlang_parse_symbol() local
1533 const char *start = mangled; in dlang_parse_template() local
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dfloatformat.c385 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
416 unsigned int total_len, unsigned int start, unsigned int len) in get_field()
554 unsigned int total_len, unsigned int start, unsigned int len, in put_field()

123456789