Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dloadmsgcat.c985 long int nb = (long int) read (fd, read_ptr, to_read); local
986 if (nb <= 0)
989 if (nb == -1 && errno == EINTR)
995 read_ptr += nb;
996 to_read -= nb;
/toolchain/binutils/binutils-2.27/gold/
Dscript.cc1527 Task_token* nb; in read_input_script() local
1529 nb = next_blocker; in read_input_script()
1532 nb = new Task_token(true); in read_input_script()
1533 nb->add_blocker(); in read_input_script()
1537 input_group, NULL, this_blocker, nb)); in read_input_script()
1538 this_blocker = nb; in read_input_script()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c10903 unsigned char nb[8]; in process_symbol_table() local
10916 sizeof nb + sizeof nc)), in process_symbol_table()
10923 if (fread (nb, hash_ent_size, 1, file) != 1) in process_symbol_table()
10935 nbuckets = byte_get (nb, hash_ent_size); in process_symbol_table()
10961 unsigned char nb[16]; in process_symbol_table() local
10968 sizeof nb)), in process_symbol_table()
10975 if (fread (nb, 16, 1, file) != 1) in process_symbol_table()
10981 ngnubuckets = byte_get (nb, 4); in process_symbol_table()
10982 gnusymidx = byte_get (nb + 4, 4); in process_symbol_table()
10983 bitmaskwords = byte_get (nb + 8, 4); in process_symbol_table()
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c151 int nb = constant_formats[cf].nbits + 1; in fmtconst() local
154 x = SIGNEXTEND (x, nb); in fmtconst()
196 int nb = constant_formats[cf].nbits + 1; in fmtconst_val() local
198 x = SIGNEXTEND (x, nb); in fmtconst_val()
/toolchain/binutils/binutils-2.27/cpu/
Dcris.cpu463 n nr nb nbr nw nwr nwb nwbr)
3690 (define-pmacro (swap-nb x) "Combine swap-n and swap-b" (swap-b (swap-n x)))
3691 (define-pmacro (swap-nbr x) "Combine swap-r and swap-nb" (swap-r (swap-nb x)))
/toolchain/binutils/binutils-2.27/zlib/
DChangeLog232 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91031443 From Robert Andrew Dale <rob@nb.net>
/toolchain/benchmark/panorama_input/
Dtest_011.ppm2521 ��)!3*'IA=XPLfYWsfdl_]fYWob`fYWvlh�{w�������}}���F=A% 6-0h`]ia^kaZlb[nb]g[V`XTOFC ��
4183 …���������������������������������������������������������������������������nb]xmg����xskZT4# …
Dtest_003.ppm1911  F<8nb]|pko`ZfWQoYVO85I30R<:[KFwgb[PJ^RL}qhZOE*"KC3PL:74!76&76&)& &",%'-&(1(,% % …
2583 ������������ �#nb[����wpod]zpf�~t��xoe]VOvoh�xw����������~�XLPe[a[RXLCI<38E=<_WVqgdukg…
/toolchain/benchmark/
Dpanorama.diff3892 + inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }