HomeSort by relevance Sort by last modified time
    Searched refs:early (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
immed64.s 1 .equiv early, 4
4 callq *early(%rax)
7 callq *early(%eax)
10 movb $early, %al
13 movw $early, %ax
16 movl $early, %eax
19 movabsq $early, %rax
21 addb $early, %al
24 addw $early, %ax
27 addl $early, %ea
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
immed64.s 1 .equiv early, 4
4 callq *early(%rax)
7 callq *early(%eax)
10 movb $early, %al
13 movw $early, %ax
16 movl $early, %eax
19 movabsq $early, %rax
22 addb $early, %al
25 addw $early, %ax
28 addl $early, %ea
    [all...]
immed32.s 1 .equiv early, 4
4 calll *early(%eax)
7 calll *early(%bx)
10 movb $early, %al
13 movw $early, %ax
16 movl $early, %eax
19 addb $early, %al
22 addw $early, %ax
25 addl $early, %eax
28 shlb $early, %a
    [all...]
  /external/elfutils/tests/
run-early-offscn.sh 22 testrun ${abs_builddir}/early-offscn testfile 0x500
  /build/make/target/product/
aosp_arm.mk 27 device/generic/goldfish/fstab.ranchu.early.arm:root/fstab.ranchu.early
sdk_phone_arm64.mk 32 device/generic/goldfish/fstab.ranchu.early.arm:root/fstab.ranchu.early
sdk_phone_armv7.mk 27 device/generic/goldfish/fstab.ranchu.early.arm:root/fstab.ranchu.early
aosp_arm64.mk 32 device/generic/goldfish/fstab.ranchu.early.arm:root/fstab.ranchu.early
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
relax_load_align.s 2 @ The early termination to avoid infinite looping would make the second load
  /external/valgrind/none/tests/
pending.c 4 1. Signals should remain pending while blocked, and not delivered early
16 static volatile int early = 1; variable
28 if (early) {
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
58 fprintf(stderr, "FAILED: signal delivered too early\n");
63 early = 0;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 490 Calendar early = Calendar.getInstance(); local
493 early.set(2008, 3, 20, 17, 28, 12);
496 assertTrue(early.before(late));
497 assertFalse(early.before(early));
498 assertFalse(late.before(early));
500 assertTrue(late.after(early));
502 assertFalse(early.after(late));
505 early.set(2008, 3, 20, 17, 18, 12);
508 assertTrue(early.before(late))
    [all...]
  /external/curl/docs/cmdline-opts/
fail-early.d 1 Long: fail-early
10 the error code curl returns. So early failures will be "hidden" by subsequent
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
binary.go 36 _ = b[1] // early bounds check to guarantee safety of writes below
47 _ = b[3] // early bounds check to guarantee safety of writes below
68 _ = b[1] // early bounds check to guarantee safety of writes below
79 _ = b[3] // early bounds check to guarantee safety of writes below
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue14136.go 8 // don't lead to early exit. Specifically, here test
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
binary.go 36 _ = b[1] // early bounds check to guarantee safety of writes below
47 _ = b[3] // early bounds check to guarantee safety of writes below
68 _ = b[1] // early bounds check to guarantee safety of writes below
79 _ = b[3] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/test/fixedbugs/
issue14136.go 8 // don't lead to early exit. Specifically, here test
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
binary.go 34 _ = b[1] // early bounds check to guarantee safety of writes below
45 _ = b[3] // early bounds check to guarantee safety of writes below
59 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
binary.go 34 _ = b[1] // early bounds check to guarantee safety of writes below
45 _ = b[3] // early bounds check to guarantee safety of writes below
59 _ = b[7] // early bounds check to guarantee safety of writes below
  /development/ndk/platforms/android-9/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
init.h 64 int early; member in struct:obs_kernel_param
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }

Completed in 1196 milliseconds

1 2 3 4 5 6 7 8 91011>>