Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp34 namespace adjust { namespace
256 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
259 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
262 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
265 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
268 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
272 adjust::pm(Value); in adjustFixupValue()
273 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
276 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
280 adjust::pm(Value); in adjustFixupValue()
[all …]
/external/scapy/scapy/layers/
Dsctp.py263 adjust = lambda pkt,x:x+4),
281 adjust = lambda pkt,x:x+4),
289 adjust = lambda pkt,x:x+4),
302 adjust = lambda pkt,x:x+4),
310 adjust = lambda pkt,x:x+4),
323 adjust = lambda pkt,x:x+4),
331 adjust = lambda pkt,x:x+4),
340 adjust = lambda pkt,x:x+4),
349 adjust = lambda pkt,x:x+4),
366 adjust = lambda pkt,x:x+12),
[all …]
Dppp.py247 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
267 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
274 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
281 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
288 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
295 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
303 … FieldLenField("len" , None, fmt="H", length_of="options", adjust=lambda p,x:x+4 ),
315 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+2),
333 FieldLenField("len", None, length_of="data", fmt="B", adjust=lambda p,x:x+6),
343 … FieldLenField("len" , None, fmt="H", length_of="options", adjust=lambda p,x:x+4 ),
[all …]
Disakmp.py249 FieldLenField("length",None,"trans","H", adjust=lambda pkt,x:x+8),
264 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
275 FieldLenField("length",None,"vendorID","H", adjust=lambda pkt,x:x+4),
285 FieldLenField("length",None,"prop","H", adjust=lambda pkt,x:x+12),
297 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
307 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
317 FieldLenField("length",None,"load","H",adjust=lambda pkt,x:x+8),
333 FieldLenField("length",None,"load","H",adjust=lambda pkt,x:x+4),
Dradius.py232 adjust=lambda pkt, x: len(pkt.value) + 2),
520 adjust=lambda p, x: len(p.value) + 2
1023 adjust=lambda pkt, x: len(pkt.value) + 2
1042 adjust=lambda pkt, x: len(pkt.value) + 8
1051 adjust=lambda p, x: len(p.value) + 2
1144 adjust=lambda pkt, x: len(pkt.attributes) + 20
Ddhcp6.py321 fmt="!H", adjust = lambda pkt,x: x+24),
355 fmt="!H", adjust = lambda pkt,x: x+12),
369 fmt="!H", adjust = lambda pkt,x: x+4),
488 adjust = lambda pkt,x: x+11),
528 fmt="!H", adjust = lambda pkt,x:x+2),
595 adjust = lambda pkt,x: x+4),
616 adjust = lambda pkt,x: x+4),
695 adjust = lambda pkt,x: x+25),
707 adjust = lambda pkt,x: x+12),
805 adjust = lambda pkt,x: x+4),
[all …]
/external/libpng/contrib/tools/
DmakesRGB.c82 double adjust; in main() local
104 adjust = adjust_lo; in main()
107 adjust = adjust_hi; in main()
110 adjust = adjust_mid; in main()
113 adjust = (adjust_mid + adjust_hi)/2; in main()
116 adjust = (adjust_mid + adjust_lo)/2; in main()
131 calc = nearbyint((lo+adjust) * 256); in main()
178 printf("/* adjust (mid ): %f: %u -> %u */\n", adjust, ec_mid, in main()
181 adjust_mid = adjust; in main()
184 else if (adjust < adjust_mid && error_count16 < ec_lo) in main()
[all …]
/external/scapy/scapy/contrib/
Dikev2.py465 …FieldLenField("length",None,"trans","H", adjust=lambda pkt,x:x+8+(pkt.SPIsize if pkt.SPIsize else …
480 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
491 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+8),
503 FieldLenField("length",None,"vendorID","H", adjust=lambda pkt,x:x+4),
567 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
577 FieldLenField("length",None,"traffic_selector","H", adjust=lambda pkt,x:x+8),
589 FieldLenField("length",None,"traffic_selector","H", adjust=lambda pkt,x:x+8),
601 FieldLenField("length",None,"vendorID","H", adjust=lambda pkt,x:x+4),
611 FieldLenField("length",None,"prop","H", adjust=lambda pkt,x:x+4),
621 FieldLenField("length",None,"load","H", adjust=lambda pkt,x:x+4),
[all …]
Dsend.py62 … FieldLenField("len",None,length_of="data",fmt="B", adjust = lambda pkt,x: (x)/8),
75 … FieldLenField("len",None,length_of="data",fmt="B", adjust = lambda pkt,x: (x)/8),
83 … FieldLenField("len",None,length_of="data",fmt="B", adjust = lambda pkt,x: (x)/8),
Dmodbus.py108 … BitFieldLenField("byteCount", None, 8, count_of="registerVal", adjust=lambda pkt, x: x*2),
132 … BitFieldLenField("byteCount", None, 8, count_of="registerVal", adjust=lambda pkt, x: x*2),
236 … BitFieldLenField("byteCount", None, 8, count_of="outputsValue", adjust=lambda pkt, x: x*2),
308 …fields_desc = [BitFieldLenField("respLength", None, 8, count_of="recData", adjust=lambda pkt, p: p…
347 … BitFieldLenField("recordLength", None, 16, length_of="recordData", adjust=lambda pkt, p: p//2),
428 … BitFieldLenField("byteCount", None, 8, count_of="writeRegistersValue", adjust=lambda pkt, x: x*2),
436 … BitFieldLenField("byteCount", None, 8, count_of="registerVal", adjust=lambda pkt, x: x*2),
457 … BitFieldLenField("byteCount", None, 16, count_of="FIFOVal", adjust=lambda pkt, p: p*2+2),
Deigrp.py189 FieldLenField("len", None, "value", "!H", adjust=lambda pkt,x: x + 4),
216 FieldLenField("len", None, "authdata", "!H", adjust=lambda pkt,x: x + 24),
317 FieldLenField("len", None, "dst", "!H", adjust=lambda pkt,x: x + 25),
349 FieldLenField("len", None, "dst", "!H", adjust=lambda pkt,x: x + 45),
372 FieldLenField("len", None, "dst", "!H", adjust=lambda pkt,x: x + 37),
388 FieldLenField("len", None, "dst", "!H", adjust=lambda pkt,x: x + 57),
Ddtp.py81 FieldLenField("length", None, "domain", adjust=lambda pkt,x:x + 4),
88 FieldLenField("length", None, "status", adjust=lambda pkt,x:x + 4),
95 FieldLenField("length", None, "dtptype", adjust=lambda pkt,x:x + 4),
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DAndroidInterceptorsTest.java34 assertThat(adjust("EN")).isEqualTo("en"); in localeAdjustCodeInterceptor()
35 assertThat(adjust("he")).isEqualTo("iw"); in localeAdjustCodeInterceptor()
36 assertThat(adjust("yi")).isEqualTo("ji"); in localeAdjustCodeInterceptor()
37 assertThat(adjust("ja")).isEqualTo("ja"); in localeAdjustCodeInterceptor()
40 private Object adjust(String languageCode) { in adjust() method in AndroidInterceptorsTest
/external/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll4 declare i8* @llvm.adjust.trampoline(i8*)
13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep)
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
69 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %gep)
73 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %gep)
77 %tramp2 = call i8* @llvm.adjust.trampoline(i8* %gep)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll4 declare i8* @llvm.adjust.trampoline(i8*)
13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep)
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
69 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %gep)
73 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %gep)
77 %tramp2 = call i8* @llvm.adjust.trampoline(i8* %gep)
/external/boringssl/src/util/
Dconvert_comments.go219 var adjust string
223 if len(adjust) < 2 {
224 adjust = " "
227 if len(adjust) < 1 {
228 adjust = " "
235 …newLine := fmt.Sprintf("%s%s//%s", line[:group.column], adjust, strings.TrimRight(line[group.colum…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll4 declare i8* @llvm.adjust.trampoline(i8*)
13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep)
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
69 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %gep)
73 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %gep)
77 %tramp2 = call i8* @llvm.adjust.trampoline(i8* %gep)
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py495 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument
503 % (pc, p.offset + adjust, p.size_string() )
506 % (pc, p.offset + adjust, src_ptr, p.size_string() )
509 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )
511 def common_emit_args(self, f, pc, adjust, skip_vla): argument
516 self.common_emit_one_arg(p, pc, adjust, extra_offset)
536 adjust = 8
538 adjust = 4
542 self.common_emit_one_arg(param, pc, adjust, None)
545 … print '(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust)
[all …]
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dvmx_tsc_adjust_test.c67 int64_t adjust; in check_ia32_tsc_adjust() local
69 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust()
70 GUEST_SYNC(adjust); in check_ia32_tsc_adjust()
71 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Devery-type.test40 TYPES-NEXT: class type = 0x1009, this type = 0x100A, this adjust = 0
50 TYPES-NEXT: class type = 0x1009, this type = 0x100A, this adjust = 0
54 TYPES-NEXT: class type = 0x1009, this type = 0x100A, this adjust = 0
63 TYPES-NEXT: class type = 0x1009, this type = 0x100A, this adjust = 0
69 TYPES-NEXT: class type = 0x1009, this type = 0x100A, this adjust = 0
102 TYPES-NEXT: class type = 0x101A, this type = 0x101B, this adjust = 0
112 TYPES-NEXT: class type = 0x101A, this type = 0x101B, this adjust = 0
116 TYPES-NEXT: class type = 0x101A, this type = 0x101B, this adjust = 0
126 TYPES-NEXT: class type = 0x101A, this type = 0x101B, this adjust = 0
130 TYPES-NEXT: class type = 0x101A, this type = 0x101B, this adjust = 0
[all …]
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp71 Counter adjust(Counter C) const { in adjust() function in __anon29cb0ea50111::CounterExpressionsMinimizer
124 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS); in write()
125 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS); in write()
147 Counter Count = Minimizer.adjust(I->Count); in write()
/external/python/cpython2/Lib/distutils/command/
Dbuild_scripts.py63 adjust = 0
89 adjust = 1
92 if adjust:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp79 Counter adjust(Counter C) const { in adjust() function in __anon73cc37fd0111::CounterExpressionsMinimizer
148 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS); in write()
149 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS); in write()
171 Counter Count = Minimizer.adjust(I->Count); in write()
/external/fec/
Dviterbi39_sse2.c167 int i,adjust; in update_viterbi39_blk_sse2() local
180 adjust = t.w[0] - SHRT_MIN; in update_viterbi39_blk_sse2()
181 path_metric += adjust; in update_viterbi39_blk_sse2()
182 adjustv = _mm_set1_epi16(adjust); in update_viterbi39_blk_sse2()
Dviterbi39_sse.c173 int i,adjust; in update_viterbi39_blk_sse() local
185 adjust = t.w[0] - SHRT_MIN; in update_viterbi39_blk_sse()
186 path_metric += adjust; in update_viterbi39_blk_sse()
187 adjustv = _mm_set1_pi16(adjust); in update_viterbi39_blk_sse()

12345678910>>...20