HomeSort by relevance Sort by last modified time
    Searched full:struc (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
orgsect.asm 4 STRUC Foo
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
strucsize.asm 0 struc TST1
5 struc TST2 label
1 struc TST1 label
Makefile.inc 59 EXTRA_DIST += libyasm/tests/opt-struc.asm
60 EXTRA_DIST += libyasm/tests/opt-struc.hex
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
struczero.asm 0 struc MYSTRUC
1 struc MYSTRUC label
strucalign.asm 0 struc bug
1 struc bug label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
struc.asm 1 s struc
Makefile.inc 37 EXTRA_DIST += modules/parsers/tasm/tests/struc.asm
38 EXTRA_DIST += modules/parsers/tasm/tests/struc.errwarn
39 EXTRA_DIST += modules/parsers/tasm/tests/struc.hex
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce2.asm 0 struc kFrame
7 struc sampleFrame label
1 struc kFrame label
sce3.asm 45 struc kFrame label
51 struc sampleFrame label
  /external/llvm/test/CodeGen/Hexagon/
gp-plus-offset-store.ll 4 %struct.struc = type { i8, i8, i16, i32 }
6 @foo = common global %struct.struc zeroinitializer, align 4
15 store i8 %ival, i8* getelementptr inbounds (%struct.struc* @foo, i32 0, i32 1), align 1
29 store i16 %ival, i16* getelementptr inbounds (%struct.struc* @foo, i32 0, i32 2), align 2
gp-plus-offset-load.ll 4 %struct.struc = type { i8, i8, i16, i32 }
6 @foo = common global %struct.struc zeroinitializer, align 4
15 %0 = load i32* getelementptr inbounds (%struct.struc* @foo, i32 0, i32 3), align 4
30 %0 = load i8* getelementptr inbounds (%struct.struc* @foo, i32 0, i32 1), align 1
45 %0 = load i16* getelementptr inbounds (%struct.struc* @foo, i32 0, i32 2), align 2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-std.mac 28 %imacro struc 1-2.nolist 0
29 %push struc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 0 struc PPC_CPU_State
74 struc JITC label
1 struc PPC_CPU_State label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 797 } else if (!nasm_stricmp(q, "struc")) {
798 /* handle struc */
799 struct TStruc *struc; local
801 error(ERR_FATAL, "STRUC: already in a struc context");
806 sprintf(line, "struc %s", p);
807 struc = malloc(sizeof(*struc));
808 struc->name = nasm_strdup(p);
809 struc->fields = NULL
935 struct TStruc *struc; local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 117 'rept','seg','segment','short','size','sizeof','sizestr','struc','struct',
basic4gl.php 277 'xor','while','wend','until','type','traditional_print','traditional','to','then','struc','string','step','single',
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 150 * description: allocates memory for psyOut struc
  /external/aac/libAACenc/src/
psy_main.cpp 182 description: allocates memory for psyOut struc
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c 758 e->terms[first_int_term] = sube->terms[j]; /* struc */
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 1677 milliseconds

1 2