OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_exp2
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/
util.h
148
#define
is_exp2
(x) ((x & (x - 1)) == 0)
macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c
238
if (!
is_exp2
(addralign)) {
425
if (!
is_exp2
(align))
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
629
if (!
is_exp2
(addralign)) {
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c
723
if (!
is_exp2
(align)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
[
all
...]
Completed in 340 milliseconds