Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 118) sorted by relevance

12345

/xen/xen/common/
A Dlist_sort.c30 struct list_head *b), in merge()
59 struct list_head *b), in merge_and_restore_back_links()
115 struct list_head *b)) in list_sort()
A Dlib.c131 #define COMBINE(a, b) (((unsigned long)(a) << HALF_BITS) | (b)) argument
358 s64 __divdi3(s64 a, s64 b) in __divdi3()
372 u64 __udivdi3(u64 a, u64 b) in __udivdi3()
380 u64 __umoddi3(u64 a, u64 b) in __umoddi3()
395 s64 __moddi3(s64 a, s64 b) in __moddi3()
408 s64 __ldivmod_helper(s64 a, s64 b, s64 *r) in __ldivmod_helper()
427 uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64()
A Dxmalloc_tlsf.c178 struct bhdr *b = NULL; in FIND_SUITABLE_BLOCK() local
201 static inline void EXTRACT_BLOCK_HDR(struct bhdr *b, struct xmem_pool *p, int fl, in EXTRACT_BLOCK_HDR()
223 static inline void EXTRACT_BLOCK(struct bhdr *b, struct xmem_pool *p, int fl, in EXTRACT_BLOCK()
254 static inline void INSERT_BLOCK(struct bhdr *b, struct xmem_pool *p, int fl, int sl) in INSERT_BLOCK()
278 struct bhdr *b, *lb; in ADD_REGION() local
377 struct bhdr *b, *b2, *next_b, *region; in xmem_pool_alloc() local
456 struct bhdr *b, *tmp_b; in xmem_pool_free() local
564 const struct bhdr *b = p - BHDR_OVERHEAD; in strip_padding() local
583 struct bhdr *b = q - BHDR_OVERHEAD; in add_padding() local
661 const struct bhdr *b; in _xrealloc() local
A Dsort.c9 static void u32_swap(void *a, void *b, int size) in u32_swap()
16 static void generic_swap(void *a, void *b, int size) in generic_swap()
A Dinflate.c137 uch b; /* number of bits in this code or subcode */ member
319 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
599 register ulg b; /* bit buffer */ in inflate_codes() local
705 register ulg b; /* bit buffer */ in inflate_stored() local
841 register ulg b; /* bit buffer */ in inflate_dynamic() local
1036 register ulg b; /* bit buffer */ in inflate_block() local
/xen/tools/libxc/
A Dxc_hcall_buf.c30 void *xc__hypercall_buffer_alloc_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_alloc_pages()
42 void xc__hypercall_buffer_free_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_free_pages()
47 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size) in xc__hypercall_buffer_alloc()
59 void xc__hypercall_buffer_free(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_buffer_free()
64 int xc__hypercall_bounce_pre(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_bounce_pre()
93 void xc__hypercall_bounce_post(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_bounce_post()
/xen/tools/xenstore/
A Dutils.h10 #define streq(a,b) (strcmp((a),(b)) == 0) argument
13 #define strstarts(a,b) (strncmp((a),(b),strlen(b)) == 0) argument
16 static inline bool strends(const char *a, const char *b) in strends()
/xen/xen/include/asm-arm/
A Dbug.h24 #define bug_loc(b) ((const void *)(b) + (b)->loc_disp) argument
25 #define bug_file(b) ((const void *)(b) + (b)->file_disp); argument
26 #define bug_line(b) ((b)->line) argument
27 #define bug_msg(b) ((const char *)(b) + (b)->msg_disp) argument
A Dshort-desc.h33 bool b:1; /* Bufferable */ member
55 bool b:1; /* Bufferable */ member
78 bool b:1; /* Bufferable */ member
95 bool b:1; /* Bufferable */ member
A Dnuma.h26 #define __node_distance(a, b) (20) argument
/xen/xen/include/asm-x86/
A Dbug.h25 #define bug_loc(b) ((const void *)(b) + (b)->loc_disp) argument
26 #define bug_ptr(b) ((const void *)(b) + (b)->ptr_disp) argument
27 #define bug_line(b) (((((b)->line_hi + ((b)->loc_disp < 0)) & \ argument
32 #define bug_msg(b) ((const char *)(b) + (b)->msg_disp[1]) argument
A Dalternative-asm.h52 #define as_max(a, b) ((a) ^ (((a) ^ (b)) & -as_true((a) < (b)))) argument
/xen/xen/include/acpi/
A Dacglobal.h55 #define ACPI_INIT_GLOBAL(a,b) a=b argument
58 #define ACPI_INIT_GLOBAL(a,b) a argument
A Dacmacros.h57 #define ACPI_MIN(a,b) (((a)<(b))?(a):(b)) argument
58 #define ACPI_MAX(a,b) (((a)>(b))?(a):(b)) argument
354 #define ACPI_INIT_UUID(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
402 #define ARGI_LIST2(a,b) (ARG_1(b)|ARG_2(a)) argument
409 #define ARGP_LIST2(a,b) (ARG_1(a)|ARG_2(b)) argument
577 #define ACPI_FUNCTION_TRACE_PTR(a,b) argument
578 #define ACPI_FUNCTION_TRACE_U32(a,b) argument
579 #define ACPI_FUNCTION_TRACE_STR(a,b) argument
625 #define ACPI_FUNCTION_TRACE_PTR(a,b) do { } while(0) argument
626 #define ACPI_FUNCTION_TRACE_U32(a,b) do { } while(0) argument
[all …]
/xen/xen/common/xz/
A Ddec_stream.c157 static bool_t INIT fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
218 static enum xz_ret INIT dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
281 static void INIT index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
296 static enum xz_ret INIT dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
346 static enum xz_ret INIT crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate()
370 static bool_t INIT check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
549 static enum xz_ret INIT dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
746 XZ_EXTERN enum xz_ret INIT xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
A Ddec_bcj.c83 static inline int INIT bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte()
101 uint8_t b; in bcj_x86() local
399 static void INIT bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
419 struct xz_buf *b) in xz_dec_bcj_run()
/xen/tools/xl/
A Dxl_utils.h50 #define STR_HAS_PREFIX( a, b ) \ argument
52 #define STR_SKIP_PREFIX( a, b ) \ argument
/xen/tools/libxl/
A Dlibxl_x86_acpi.h22 static inline int test_bit(unsigned int b, const void *p) in test_bit()
/xen/tools/libfsimage/zfs/
A Dzfs_fletcher.c67 uint64_t a, b, c, d; in fletcher_4_native() local
84 uint64_t a, b, c, d; in fletcher_4_byteswap() local
/xen/xen/tools/kconfig/
A Dnconf.h25 #define max(a, b) ({\ argument
30 #define min(a, b) ({\ argument
/xen/xen/include/xen/
A Dtypes.h58 #define test_and_set_bool(b) xchg(&(b), true) argument
59 #define test_and_clear_bool(b) xchg(&(b), false) argument
A Dpci.h35 #define PCI_BDF(b,d,f) ((((b) & 0xff) << 8) | PCI_DEVFN(d,f)) argument
36 #define PCI_BDF2(b,df) ((((b) & 0xff) << 8) | ((df) & 0xff)) argument
37 #define PCI_SBDF(s,b,d,f) \ argument
41 #define PCI_SBDF3(s,b,df) \ argument
/xen/tools/misc/
A Dxenlockprof.c26 double l, b, sl, sb; in main() local
/xen/tools/xentrace/
A Dmread.c46 char * b=NULL; in mread64() local
/xen/xen/arch/x86/
A Dextable.c26 static int init_or_livepatch cmp_ex(const void *a, const void *b) in cmp_ex()
41 static void init_or_livepatch swap_ex(void *a, void *b, int size) in swap_ex()

Completed in 85 milliseconds

12345