Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/toolchain/binutils/binutils-2.25/include/opcode/
Dtilegx.h380 const unsigned int n = (unsigned int)num; in get_BFEnd_X0() local
387 const unsigned int n = (unsigned int)num; in get_BFOpcodeExtension_X0() local
394 const unsigned int n = (unsigned int)num; in get_BFStart_X0() local
399 get_BrOff_X1(tilegx_bundle_bits n) in get_BrOff_X1()
406 get_BrType_X1(tilegx_bundle_bits n) in get_BrType_X1()
412 get_Dest_Imm8_X1(tilegx_bundle_bits n) in get_Dest_Imm8_X1()
421 const unsigned int n = (unsigned int)num; in get_Dest_X0() local
426 get_Dest_X1(tilegx_bundle_bits n) in get_Dest_X1()
434 const unsigned int n = (unsigned int)num; in get_Dest_Y0() local
439 get_Dest_Y1(tilegx_bundle_bits n) in get_Dest_Y1()
[all …]
Dtilepro.h480 const unsigned int n = (unsigned int)num; in get_BrOff_SN() local
485 get_BrOff_X1(tilepro_bundle_bits n) in get_BrOff_X1()
492 get_BrType_X1(tilepro_bundle_bits n) in get_BrType_X1()
498 get_Dest_Imm8_X1(tilepro_bundle_bits n) in get_Dest_Imm8_X1()
507 const unsigned int n = (unsigned int)num; in get_Dest_SN() local
514 const unsigned int n = (unsigned int)num; in get_Dest_X0() local
519 get_Dest_X1(tilepro_bundle_bits n) in get_Dest_X1()
527 const unsigned int n = (unsigned int)num; in get_Dest_Y0() local
532 get_Dest_Y1(tilepro_bundle_bits n) in get_Dest_Y1()
540 const unsigned int n = (unsigned int)num; in get_Imm16_X0() local
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldgram.y526 struct flag_info_list *n; variable
544 struct flag_info_list *n; variable
565 struct flag_info *n; variable
891 struct lang_nocrossref *n; variable
900 struct lang_nocrossref *n; variable
1163 struct lang_output_section_phdr_list *n; variable
Dldbuildid.c29 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 argument
124 int n; in generate_build_id() local
139 size_t n = 0; in generate_build_id() local
/toolchain/binutils/binutils-2.25/gold/
Dincremental.h327 get_object(unsigned int n) in get_object()
386 get_input_section_index(unsigned int n) const in get_input_section_index()
391 get_input_section_name_key(unsigned int n) const in get_input_section_name_key()
396 get_input_section_size(unsigned int n) const in get_input_section_size()
411 get_comdat_signature_key(unsigned int n) const in get_comdat_signature_key()
522 get_member(unsigned int n) in get_member()
532 get_unused_global_symbol(unsigned int n) in get_unused_global_symbol()
968 get_object_offset(unsigned int n) const in get_object_offset()
993 get_member_offset(unsigned int n) const in get_member_offset()
1002 get_unused_symbol(unsigned int n) const in get_unused_symbol()
[all …]
Dtimer.cc56 Timer::stamp(int n) in stamp()
122 Timer::get_pass_time(int n) in get_pass_time()
/toolchain/binutils/binutils-2.25/intl/
Dintl-compat.c91 ngettext (msgid1, msgid2, n) in ngettext() argument
102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument
114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument
/toolchain/binutils/binutils-2.25/libiberty/
Dd-demangle.c63 string_need (string *s, int n) in string_need()
114 string_setlength (string *s, int n) in string_setlength()
125 int n = strlen (s); in string_append() local
132 string_appendn (string *p, const char *s, int n) in string_appendn()
143 string_prependn (string *p, const char *s, int n) in string_prependn()
328 size_t n = 0; in dlang_function_args() local
1140 size_t n = 0; in dlang_parse_symbol() local
1210 size_t n = 0; in dlang_template_args() local
Dvsnprintf.c60 vsnprintf (char *s, size_t n, const char *format, va_list ap) in vsnprintf()
95 checkit (char *s, size_t n, const char *format, ...) in checkit()
Dsort.c47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers()
140 void *xmalloc (size_t n) in xmalloc()
Dmemmove.c22 memmove (PTR s1, const PTR s2, size_t n) in memmove()
Dstrndup.c41 strndup (const char *s, size_t n) in strndup()
Dstpncpy.c44 size_t n = strlen (src); in stpncpy() local
Dxstrndup.c48 xstrndup (const char *s, size_t n) in xstrndup()
Dsplay-tree.c114 rotate_left (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_left()
127 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right()
146 splay_tree_node n, c; in splay_tree_splay() local
469 splay_tree_node n = sp->root; in splay_tree_max() local
485 splay_tree_node n = sp->root; in splay_tree_min() local
Dstrncmp.c20 strncmp(const char *s1, const char *s2, register size_t n) in strncmp()
Dsnprintf.c53 snprintf (char *s, size_t n, const char *format, ...) in snprintf()
Dsha1.c38 # define SWAP(n) (n) argument
40 # define SWAP(n) \ argument
135 size_t n; in sha1_stream() local
305 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) in sha1_process_block() argument
Dstrncasecmp.c71 strncasecmp(const char *s1, const char *s2, register size_t n) in strncasecmp()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
Dlto-15b.c3 __udivdi3(unsigned long long n, unsigned long long d) in __udivdi3()
Dlto-12a.c9 int n = 10 * (argc + 1); in main() local
Dlto-12c.c5 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/toolchain/binutils/binutils-2.25/binutils/
Darparse.y173 { struct list *n = (struct list *) malloc(sizeof(struct list)); variable
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c121 #define X_IMM(i,n) (((i) >> 0) & ((1 << (n)) - 1)) argument
122 #define X_SIMM(i,n) SEX (X_IMM ((i), (n)), (n)) argument
613 #define reg(n) (*info->fprintf_func) (stream, "%%%s", reg_names[n]) in print_insn_sparc() argument
629 #define freg(n) (*info->fprintf_func) (stream, "%%%s", freg_names[n]) in print_insn_sparc() argument
630 #define fregx(n) (*info->fprintf_func) (stream, "%%%s", freg_names[((n) & ~1) | (((n) & 1) << 5)]) in print_insn_sparc() argument
665 #define creg(n) (*info->fprintf_func) (stream, "%%c%u", (unsigned int) (n)) in print_insn_sparc() argument
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-mep.c24 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \ argument

12345678910>>...12