OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_word
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c
112
static
N_word
BITS; /* = # of bits in machine word (must be power of 2) */
113
static
N_word
MODMASK; /* = BITS - 1 (mask for calculating modulo BITS) */
114
static
N_word
LOGBITS; /* = ld(BITS) (logarithmus dualis) */
115
static
N_word
FACTOR; /* = ld(BITS / 8) (ld of # of bytes) */
117
static
N_word
LSB = 1; /* = mask for least significant bit */
118
static
N_word
MSB; /* = mask for most significant bit */
120
static
N_word
LONGBITS; /* = # of bits in unsigned long */
122
static
N_word
LOG10; /* = logarithm to base 10 of BITS - 1 */
123
static
N_word
EXP10; /* = largest possible power of 10 in signed int */
172
static
N_word
power10(N_word x
[
all
...]
bitvect.h
25
typedef unsigned int
N_word
;
50
typedef
N_word
*wordptr;
59
typedef
N_word
*N_wordptr;
130
N_word
BitVector_Size (N_int bits); /* bit vector size (# of words) */
132
N_word
BitVector_Mask (N_int bits); /* bit vector mask (unused bits) */
258
BitVector_from_Dec_static_data *BitVector_from_Dec_static_Boot(
N_word
bits);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm
[
all
...]
Completed in 332 milliseconds