Home
last modified time | relevance | path

Searched full:large (Results 1 – 25 of 14180) sorted by relevance

12345678910>>...568

/external/curl/tests/data/
Dtest4427 # "name$_", "could-be-large-$_")."\n";
44 attack.invalid TRUE / FALSE 0 name1 could-be-large-1
45 attack.invalid TRUE / FALSE 0 name2 could-be-large-2
46 attack.invalid TRUE / FALSE 0 name3 could-be-large-3
47 attack.invalid TRUE / FALSE 0 name4 could-be-large-4
48 attack.invalid TRUE / FALSE 0 name5 could-be-large-5
49 attack.invalid TRUE / FALSE 0 name6 could-be-large-6
50 attack.invalid TRUE / FALSE 0 name7 could-be-large-7
51 attack.invalid TRUE / FALSE 0 name8 could-be-large-8
52 attack.invalid TRUE / FALSE 0 name9 could-be-large-9
[all …]
/external/llvm/test/CodeGen/XCore/
Dcodemodel.ll4 ; BAD_CM: Target only supports CodeModel Small or Large
9 ; RUN: llc < %s -march=xcore -code-model=large | FileCheck %s -check-prefix=LARGE
20 ; LARGE-LABEL: test:
21 ; LARGE: zext r0, 1
22 ; LARGE: ldaw r11, cp[.LCPI{{[0-9_]*}}]
23 ; LARGE: mov r1, r11
24 ; LARGE: ldaw r11, cp[.LCPI{{[0-9_]*}}]
25 ; LARGE: bt r0, [[JUMP:.LBB[0-9_]*]]
26 ; LARGE: mov r11, r1
27 ; LARGE: [[JUMP]]
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_bignum.generated.data27 MPI add #9 0 (null) + large positive
30 MPI add #10 0 (null) + large negative
57 MPI add #19 0 (1 limb) + large positive
60 MPI add #20 0 (1 limb) + large negative
87 MPI add #29 negative 0 (null) + large positive
90 MPI add #30 negative 0 (null) + large negative
117 MPI add #39 negative with leading zero limb + large positive
120 MPI add #40 negative with leading zero limb + large negative
147 MPI add #49 positive + large positive
150 MPI add #50 positive + large negative , result<0
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.generated.data27 MPI add #9 0 (null) + large positive
30 MPI add #10 0 (null) + large negative
57 MPI add #19 0 (1 limb) + large positive
60 MPI add #20 0 (1 limb) + large negative
87 MPI add #29 negative 0 (null) + large positive
90 MPI add #30 negative 0 (null) + large negative
117 MPI add #39 negative with leading zero limb + large positive
120 MPI add #40 negative with leading zero limb + large negative
147 MPI add #49 positive + large positive
150 MPI add #50 positive + large negative , result<0
[all …]
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll2 …-fast-isel -fast-isel-abort=1 -code-model=large -verify-machineinstrs < %s | FileCheck %s --check-…
7 ; LARGE-LABEL: frem_f32
8 ; LARGE: adrp [[REG:x[0-9]+]], _fmodf@GOTPAGE
9 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _fmodf@GOTPAGEOFF{{\]}}
10 ; LARGE-NEXT: blr [[REG]]
18 ; LARGE-LABEL: frem_f64
19 ; LARGE: adrp [[REG:x[0-9]+]], _fmod@GOTPAGE
20 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _fmod@GOTPAGEOFF{{\]}}
21 ; LARGE-NEXT: blr [[REG]]
29 ; LARGE-LABEL: sin_f32
[all …]
Dextern-weak.ll3 …: llc -mtriple=aarch64-none-linux-gnu -code-model=large -o - %s | FileCheck --check-prefix=CHECK-L…
17 ; In the large model, the usual relocations are absolute and can
19 ; CHECK-LARGE: movz x0, #:abs_g3:var
20 ; CHECK-LARGE: movk x0, #:abs_g2_nc:var
21 ; CHECK-LARGE: movk x0, #:abs_g1_nc:var
22 ; CHECK-LARGE: movk x0, #:abs_g0_nc:var
38 ; In the large model, the usual relocations are absolute and can
40 ; CHECK-LARGE: movz [[ADDR:x[0-9]+]], #:abs_g3:arr_var
41 ; CHECK-LARGE: movk [[ADDR]], #:abs_g2_nc:arr_var
42 ; CHECK-LARGE: movk [[ADDR]], #:abs_g1_nc:arr_var
[all …]
Darm64-extern-weak.ll3 …N: llc -mtriple=arm64-none-linux-gnu -code-model=large -o - < %s | FileCheck --check-prefix=CHECK-
16 ; In the large model, the usual relocations are absolute and can
18 ; CHECK-LARGE: movz x0, #:abs_g3:var
19 ; CHECK-LARGE: movk x0, #:abs_g2_nc:var
20 ; CHECK-LARGE: movk x0, #:abs_g1_nc:var
21 ; CHECK-LARGE: movk x0, #:abs_g0_nc:var
34 ; In the large model, the usual relocations are absolute and can
36 ; CHECK-LARGE: movz [[ARR_VAR:x[0-9]+]], #:abs_g3:arr_var
37 ; CHECK-LARGE: movk [[ARR_VAR]], #:abs_g2_nc:arr_var
38 ; CHECK-LARGE: movk [[ARR_VAR]], #:abs_g1_nc:arr_var
[all …]
Dliteral_pools_float.ll2 …%s -mtriple=aarch64-none-linux-gnu -code-model=large -mcpu=cyclone | FileCheck --check-prefix=CHEC…
4 …mtriple=aarch64-none-linux-gnu -code-model=large -mattr=-fp-armv8 | FileCheck --check-prefix=CHECK…
18 ; CHECK-LARGE: movz x[[LITADDR:[0-9]+]], #:abs_g3:[[CURLIT:.LCPI[0-9]+_[0-9]+]]
19 ; CHECK-LARGE: movk x[[LITADDR]], #:abs_g2_nc:[[CURLIT]]
20 ; CHECK-LARGE: movk x[[LITADDR]], #:abs_g1_nc:[[CURLIT]]
21 ; CHECK-LARGE: movk x[[LITADDR]], #:abs_g0_nc:[[CURLIT]]
22 ; CHECK-LARGE: ldr {{s[0-9]+}}, [x[[LITADDR]]]
23 ; CHECK-LARGE: fadd
24 ; CHECK-NOFP-LARGE-NOT: ldr {{s[0-9]+}},
25 ; CHECK-NOFP-LARGE-NOT: fadd
[all …]
Dfpimm.ll2 …64-apple-darwin -code-model=large -verify-machineinstrs < %s | FileChe…
3 …4-apple-darwin -code-model=large -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCh…
40 ; LARGE-LABEL: check_float2
41 ; LARGE: mov [[REG:w[0-9]+]], #1078525952
42 ; LARGE-NEXT: movk [[REG]], #4059
43 ; LARGE-NEXT: fmov s0, [[REG]]
48 ; LARGE-LABEL: check_double2
49 ; LARGE: mov [[REG:x[0-9]+]], #4614219293217783808
50 ; LARGE-NEXT: movk [[REG]], #8699, lsl #32
51 ; LARGE-NEXT: movk [[REG]], #21572, lsl #16
[all …]
/external/skia/resources/sksl/errors/
DUniformStructFanOut.sksl35 array size is too large
36 struct is too large
37 array size is too large
38 struct is too large
39 array size is too large
40 struct is too large
41 array size is too large
42 struct is too large
43 array size is too large
44 struct is too large
[all …]
/external/skia/resources/sksl/runtime_errors/
DOssfuzz66263.rts130 error: 13: struct is too large
139 error: 25: array size is too large
141 error: 25: array size is too large
143 error: 25: array size is too large
145 error: 25: array size is too large
146 error: 21: struct is too large
152 error: 31: array size is too large
154 error: 31: array size is too large
156 error: 31: array size is too large
158 error: 31: array size is too large
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dppc32-pic-large.ll1 … %s -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=LARGE-BSS %s
15 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]:
16 ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]]
17 ; LARGE-BSS-NEXT: foo:
18 ; LARGE-BSS: stw 30, -8(1)
19 ; LARGE-BSS: bl [[PB]]
20 ; LARGE-BSS-NEXT: [[PB]]:
21 ; LARGE-BSS: mflr 30
22 ; LARGE-BSS: lwz [[REG:[0-9]+]], [[POFF]]-[[PB]](30)
23 ; LARGE-BSS-NEXT: add 30, [[REG]], 30
[all …]
Dmcm-4.ll3 ; RUN: llc -mcpu=pwr7 -O0 -code-model=large -fast-isel=false -mattr=-vsx <%s | FileCheck -check-pre…
4 ; RUN: llc -mcpu=pwr7 -O0 -code-model=large -fast-isel=false -mattr=+vsx <%s | FileCheck -check-pre…
6 ; Test correct code generation for medium and large code model
31 ; LARGE: [[VAR:[a-z0-9A-Z_.]+]]:
32 ; LARGE: .quad 4562098671269285104
33 ; LARGE-LABEL: test_double_const:
34 ; LARGE: addis [[REG1:[0-9]+]], 2, [[VAR2:[a-z0-9A-Z_.]+]]@toc@ha
35 ; LARGE: ld [[REG2:[0-9]+]], [[VAR2]]@toc@l([[REG1]])
36 ; LARGE: lfd {{[0-9]+}}, 0([[REG2]])
38 ; LARGE-VSX: [[VAR:[a-z0-9A-Z_.]+]]:
[all …]
Dmcm-3.ll2 ; RUN: llc -mcpu=pwr7 -O0 -code-model=large <%s | FileCheck -check-prefix=LARGE %s
4 ; Test correct code generation for medium and large code model
31 ; LARGE-LABEL: test_file_static:
32 ; LARGE: addis [[REG1:[0-9]+]], 2, [[VAR:[a-z0-9A-Z_.]+]]@toc@ha
33 ; LARGE: ld [[REG2:[0-9]+]], [[VAR]]@toc@l([[REG1]])
34 ; LARGE: lwz {{[0-9]+}}, 0([[REG2]])
35 ; LARGE: stw {{[0-9]+}}, 0([[REG2]])
36 ; LARGE: [[VAR]]:
37 ; LARGE: .tc [[VAR2:[a-z0-9A-Z_.]+]][TC],[[VAR2]]
38 ; LARGE: .type [[VAR2]],@object
[all …]
Dmcm-2.ll2 ; RUN: llc -mcpu=pwr7 -O0 -code-model=large <%s | FileCheck -check-prefix=LARGE %s
4 ; Test correct code generation for medium and large code model
28 ; LARGE-LABEL: test_fn_static:
29 ; LARGE: addis [[REG1:[0-9]+]], 2, [[VAR:[a-z0-9A-Z_.]+]]@toc@ha
30 ; LARGE: ld [[REG2:[0-9]+]], [[VAR]]@toc@l([[REG1]])
31 ; LARGE: lwz {{[0-9]+}}, 0([[REG2]])
32 ; LARGE: stw {{[0-9]+}}, 0([[REG2]])
33 ; LARGE: [[VAR]]:
34 ; LARGE: .tc [[VAR2:[a-z0-9A-Z_.]+]][TC],[[VAR2]]
35 ; LARGE: .type [[VAR2]],@object
[all …]
/external/ltp/testcases/network/stress/multicast/query-flood/
D00_Descriptions.txt3 group on a single socket, then receiving a large number of General Query
7 group on a single socket, then receiving a large number of Multicast
12 group on a single socket, then receiving a large number of Multicast
17 groups on separate socket, then receiving a large number of General
22 multicast groups on separate socket, then receiving a large number of
27 multicast groups on separate socket, then receiving a large number of
32 group on a single socket, then receiving a large number of General Query
36 group on a single socket, then receiving a large number of Multicast
41 group on a single socket, then receiving a large number of Multicast
46 groups on separate socket, then receiving a large number of General
[all …]
/external/bzip2/
DREADME.COMPILATION.PROBLEMS18 6.0 and nmake, you can build a native Win32 version too. Large file
21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
23 but many newer ones can. Large files are pretty huge -- most files
24 you'll encounter are not Large Files.
28 in that tradition. However, in order to support large files, I've had
32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
33 support is, as far as I know, the Recommended Way to get correct large
34 file support. For more details, see the Large File Support
35 Specification, published by the Large File Summit, at
37 http://ftp.sas.com/standards/large.file
[all …]
/external/ltp/testcases/network/stress/broken_ip/
D00_Descriptions.txt2 Verify that the kernel is not crashed with receiving a large number of
6 Verify that the kernel is not crashed with receiving a large number of
10 Verify that the kernel is not crashed with receiving a large number of
14 Verify that the kernel is not crashed with receiving a large number of
18 Verify that the kernel is not crashed with receiving a large number of
22 Verify that the kernel is not crashed with receiving a large number of
26 Verify that the kernel is not crashed with receiving a large number of
31 Verify that the kernel is not crashed with receiving a large number of
35 Verify that the kernel is not crashed with receiving a large number of
39 Verify that the kernel is not crashed with receiving a large number of
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]
/external/tensorflow/tensorflow/core/platform/
Dctstring_internal.h106 TF_TString_Large large; member
128 TF_TString_Large large; member
177 str->u.large.ptr != NULL) { // NOLINT in TF_TString_Dealloc()
178 free(str->u.large.ptr); in TF_TString_Dealloc()
188 return TF_TString_ToActualSizeT(str->u.large.size); in TF_TString_GetSize()
203 return str->u.large.cap; in TF_TString_GetCapacity()
216 return str->u.large.ptr; in TF_TString_GetDataPointer()
235 // Case: SMALL/LARGE/VIEW/OFFSET -> SMALL in TF_TString_ResizeUninitialized()
253 // Case: SMALL/LARGE/VIEW/OFFSET -> LARGE in TF_TString_ResizeUninitialized()
268 new_ptr = str->u.large.ptr; in TF_TString_ResizeUninitialized()
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/main/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles31-multisample.txt32 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
33 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
34 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
35 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
36 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1200x1200_dra…
37 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1500x1500_dra…
38 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_100x100_drawc…
39 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_200x200_drawc…
40 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_500x500_drawc…
41 dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_separate_grid_1000x1000_dra…
[all …]

12345678910>>...568