Home
last modified time | relevance | path

Searched refs:bump (Results 1 – 25 of 170) sorted by relevance

1234567

/external/zlib/contrib/optimizations/
Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
88 out += bump; in chunkcopy_core()
89 from += bump; in chunkcopy_core()
266 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
272 out += bump; in chunkset_core()
273 len -= bump; in chunkset_core()
283 out += bump; in chunkset_core()
284 len -= bump; in chunkset_core()
297 out += bump; in chunkset_core()
298 len -= bump; in chunkset_core()
[all …]
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-5.ll12 br label %bump
14 bump: ; preds = %here
21 merge: ; preds = %there, %bump
23 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ]
24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-5.ll13 br label %bump
15 bump: ; preds = %here
22 merge: ; preds = %there, %bump
24 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ]
25 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
26 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
/external/v8/third_party/zlib/contrib/optimizations/
Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
88 out += bump; in chunkcopy_core()
89 from += bump; in chunkcopy_core()
270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
276 out += bump; in chunkset_core()
277 len -= bump; in chunkset_core()
287 out += bump; in chunkset_core()
288 len -= bump; in chunkset_core()
301 out += bump; in chunkset_core()
302 len -= bump; in chunkset_core()
[all …]
/external/rust/crates/syn/0.15.42/src/
Dbuffer.rs201 unsafe fn bump(self) -> Cursor<'a> { in bump() method
243 return Some((buf.begin(), group.span(), unsafe { self.bump() })); in group()
255 Entry::Ident(ref ident) => Some((ident.clone(), unsafe { self.bump() })), in ident()
266 Some((op.clone(), unsafe { self.bump() })) in punct()
277 Entry::Literal(ref lit) => Some((lit.clone(), unsafe { self.bump() })), in literal()
288 let next = unsafe { self.bump() }; in lifetime()
334 Some((tree, unsafe { self.bump() })) in token_tree()
/external/rust/crates/syn/1.0.7/src/
Dbuffer.rs200 unsafe fn bump(self) -> Cursor<'a> { in bump() method
242 return Some((buf.begin(), group.span(), unsafe { self.bump() })); in group()
254 Entry::Ident(ident) => Some((ident.clone(), unsafe { self.bump() })), in ident()
264 Entry::Punct(op) if op.as_char() != '\'' => Some((op.clone(), unsafe { self.bump() })), in punct()
274 Entry::Literal(lit) => Some((lit.clone(), unsafe { self.bump() })), in literal()
285 let next = unsafe { self.bump() }; in lifetime()
331 Some((tree, unsafe { self.bump() })) in token_tree()
/external/ltp/pan/
DMakefile40 MAKE_TARGETS := ltp-bump ltp-pan
48 ltp-bump: ltp-bump.o zoolib.o
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/
Dslsr-add.ll42 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = mul i32 %s, 3
43 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = add i32 [[t1]], [[bump]]
47 ; CHECK: add i32 [[t2]], [[bump]]
72 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = shl i32 %s, 1
73 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = sub i32 [[t1]], [[bump]]
78 ; CHECK: [[t3:%[a-zA-Z0-9]+]] = sub i32 [[t2]], [[bump]]
Dslsr-mul.ll93 ; The bump is a multiple of the stride.
100 ; bump = s * 2;
101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump.
102 ; mul2 = mul1 + bump;
/external/llvm/test/Transforms/StraightLineStrengthReduce/
Dslsr-add.ll42 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = mul i32 %s, 3
43 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = add i32 [[t1]], [[bump]]
47 ; CHECK: add i32 [[t2]], [[bump]]
72 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = shl i32 %s, 1
73 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = sub i32 [[t1]], [[bump]]
78 ; CHECK: [[t3:%[a-zA-Z0-9]+]] = sub i32 [[t2]], [[bump]]
Dslsr-mul.ll93 ; The bump is a multiple of the stride.
100 ; bump = s * 2;
101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump.
102 ; mul2 = mul1 + bump;
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]]
49 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float* [[b1]], i64 [[bump]]
57 ; CHECK: [[b3:%[0-9]+]] = getelementptr float, float* [[b2]], i64 [[bump]]
65 ; CHECK: [[b4:%[0-9]+]] = getelementptr float, float* [[b3]], i64 [[bump]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]]
49 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float* [[b1]], i64 [[bump]]
57 ; CHECK: [[b3:%[0-9]+]] = getelementptr float, float* [[b2]], i64 [[bump]]
65 ; CHECK: [[b4:%[0-9]+]] = getelementptr float, float* [[b3]], i64 [[bump]]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/
DChameleonMan.txt5 This demo shows a matrix skinned character in combination with bump mapping.
8 The ChameleonMan demo shows a Matrix Skinned Character in combination with bump mapping.
18 - bump mapped lighting
/external/glide/
Dupdate_files.sh23 if ! git remote | grep bump > /dev/null;
25 git remote add bump https://github.com/bumptech/glide.git
30 git fetch bump ${GLIDE_BRANCH} || exit 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dselect-with-bitwise-ops.ll784 %res = mul i32 %select, %or ; to bump up use count of the Or
801 %res = mul i32 %select, %xor ; to bump up use count of the Xor
818 %res = mul i32 %select, %and2 ; to bump up use count of the And
834 %res = mul i32 %select, %or ; to bump up use count of the Or
851 %res = mul i32 %select, %xor ; to bump up use count of the Xor
868 %res = mul i32 %select, %and2 ; to bump up use count of the And
885 %res = mul i32 %select, %or ; to bump up use count of the Or
902 %res = mul i32 %select, %xor ; to bump up use count of the Xor
919 %res = mul i32 %select, %and2 ; to bump up use count of the And
936 %res = mul i32 %select, %or ; to bump up use count of the Or
[all …]
/external/iptables/
DCOMMIT_NOTES15 Adding fields to a struct always entails a vcurrent bump.
17 - Check, whether a bump (vcurrent,vage) has already been made since the
/external/grpc-grpc/doc/core/
Dpending_api_cleanups.md3 the original API) to avoid having to bump the major version number in
11 be cleaned up the next time we are going to bump the major version
/external/grpc-grpc/doc/cpp/
Dpending_api_cleanups.md3 the original API) to avoid having to bump the major version number in
11 be cleaned up the next time we are going to bump the major version
/external/curl/docs/libcurl/
DABI16 the release notes, and if they mention an ABI break/soname bump, you may have
31 changed to adhere to new things, we will bump the soname. Then the library
40 We are determined to bump the SONAME as rarely as possible. Ideally, we
/external/smali/dexlib2/
DOatVersions.txt79 - version bump for missing bump in commits
/external/llvm/test/Instrumentation/MemorySanitizer/
Datomics.ll57 ; relaxed cmpxchg: bump up to "release monotonic"
106 ; atomic load monotonic: bump up to load acquire
121 ; atomic load unordered: bump up to load acquire
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Datomics.ll57 ; relaxed cmpxchg: bump up to "release monotonic"
106 ; atomic load monotonic: bump up to load acquire
121 ; atomic load unordered: bump up to load acquire
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c527 int bump; in sg_decode_transportid_str() local
537 bump = TRANSPORT_ID_MIN_LEN; /* should be overwritten in all loop paths */ in sg_decode_transportid_str()
538 for (k = 0, n = 0; bplen > 0; ++k, bp += bump, bplen -= bump) { in sg_decode_transportid_str()
558 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
569 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
577 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
585 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
594 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
609 bump = (((num + 4) < TRANSPORT_ID_MIN_LEN) ? in sg_decode_transportid_str()
619 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
[all …]
/external/mesa3d/docs/relnotes/
D19.0.8.rst39 - version: bump to 19.0.8

1234567