Searched refs:b_ptr (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/
H A Dbp.c9 unsigned char * b_ptr = (unsigned char *) 0x7f10; variable
29 *b_ptr = 0xf7;
H A Dbelow_100.c9 unsigned short * b_ptr = & b_below; variable
28 *b_ptr = 0xfeff;
/haiku-buildtools/gcc/gmp/mpz/
H A Dkronsz.c28 mp_srcptr b_ptr; local
55 b_ptr = PTR(b);
56 b_low = b_ptr[0];
89 not because they remain in {b_ptr,b_abs_size} for the
92 JACOBI_STRIP_LOW_ZEROS (result_bit1, a, b_ptr, b_abs_size, b_low);
97 /* need b_ptr[1] to get bit1 in b_low */
107 b_low = b_ptr[1] << 1;
124 JACOBI_MOD_OR_MODEXACT_1_ODD (result_bit1, b_rem, b_ptr, b_abs_size, a_limb);
H A Dkronuz.c28 mp_srcptr b_ptr; local
51 b_ptr = PTR(b);
52 b_low = b_ptr[0];
65 because they remain in {b_ptr,b_abs_size} for
68 JACOBI_STRIP_LOW_ZEROS (result_bit1, a, b_ptr, b_abs_size, b_low);
73 /* need b_ptr[1] to get bit1 in b_low */
88 b_low = b_ptr[1] << 1;
116 JACOBI_MOD_OR_MODEXACT_1_ODD (result_bit1, b_rem, b_ptr, b_abs_size, a);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcov.c714 struct bb_info_list *b_ptr;
724 b_ptr = (struct bb_info_list *) xmalloc (sizeof (struct bb_info_list));
726 b_ptr->next = 0;
728 list_end->next = b_ptr;
730 bb_graph_list = b_ptr;
731 list_end = b_ptr;
735 create_program_flow_graph (b_ptr);
755 for (b_ptr = bb_graph_list; b_ptr; b_ptr
712 struct bb_info_list *b_ptr; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c529 env_compare (const void *a_ptr, const void *b_ptr) argument
537 b = *(const char **) b_ptr;
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c533 env_compare (const void *a_ptr, const void *b_ptr) argument
541 b = *(const char **) b_ptr;
/haiku-buildtools/legacy/binutils/bfd/
H A Dbout.c234 b_out_symbol_cmp (const void * a_ptr, const void * b_ptr) argument
237 struct aout_symbol ** b = (struct aout_symbol **) b_ptr;
/haiku-buildtools/binutils/bfd/
H A Dbout.c233 b_out_symbol_cmp (const void * a_ptr, const void * b_ptr) argument
236 struct aout_symbol ** b = (struct aout_symbol **) b_ptr;
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h3665 /* Strip low zero limbs from {b_ptr,b_size} by incrementing b_ptr and
3666 decrementing b_size. b_low should be b_ptr[0] on entry, and will be
3667 updated for the new b_ptr. result_bit1 is updated according to the
3669 #define JACOBI_STRIP_LOW_ZEROS(result_bit1, a, b_ptr, b_size, b_low) \
3672 ASSERT ((b_low) == (b_ptr)[0]); \
3678 (b_ptr)++; \
3679 (b_low) = *(b_ptr); \
/haiku-buildtools/binutils/opcodes/
H A Dtilegx-opc.c7996 tilegx_spr_compare (const void *a_ptr, const void *b_ptr) argument
7999 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr;
H A Dtilepro-opc.c10111 tilepro_spr_compare (const void *a_ptr, const void *b_ptr) argument
10114 const struct tilepro_spr *b = (const struct tilepro_spr *) b_ptr;

Completed in 150 milliseconds