Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 25 of 168) sorted by relevance

1234567

/external/javassist/src/main/javassist/bytecode/
DInnerClassesAttribute.java60 public int innerClassIndex(int nth) { in innerClassIndex() argument
61 return ByteArray.readU16bit(get(), nth * 8 + 2); in innerClassIndex()
72 public String innerClass(int nth) { in innerClass() argument
73 int i = innerClassIndex(nth); in innerClass()
83 public void setInnerClassIndex(int nth, int index) { in setInnerClassIndex() argument
84 ByteArray.write16bit(index, get(), nth * 8 + 2); in setInnerClassIndex()
90 public int outerClassIndex(int nth) { in outerClassIndex() argument
91 return ByteArray.readU16bit(get(), nth * 8 + 4); in outerClassIndex()
100 public String outerClass(int nth) { in outerClass() argument
101 int i = outerClassIndex(nth); in outerClass()
[all …]
DExceptionTable.java97 public int startPc(int nth) { in startPc() argument
98 return entries.get(nth).startPc; in startPc()
107 public void setStartPc(int nth, int value) { in setStartPc() argument
108 entries.get(nth).startPc = value; in setStartPc()
116 public int endPc(int nth) { in endPc() argument
117 return entries.get(nth).endPc; in endPc()
126 public void setEndPc(int nth, int value) { in setEndPc() argument
127 entries.get(nth).endPc = value; in setEndPc()
135 public int handlerPc(int nth) { in handlerPc() argument
136 return entries.get(nth).handlerPc; in handlerPc()
[all …]
DLongVector.java49 int nth = elements >> ABITS; in addElement() local
52 if (nth >= len) { in addElement()
58 if (objects[nth] == null) in addElement()
59 objects[nth] = new ConstInfo[ASIZE]; in addElement()
61 objects[nth][offset] = value; in addElement()
/external/iptables/extensions/
Dlibxt_statistic.c41 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, u.nth.every),
44 .flags = XTOPT_PUT, XTOPT_POINTER(s, u.nth.packet),
72 --info->u.nth.every; in statistic_parse()
93 if (info->u.nth.packet > info->u.nth.every) in statistic_check()
97 info->u.nth.count = info->u.nth.every - info->u.nth.packet; in statistic_check()
113 info->u.nth.every + 1); in print_match()
114 if (info->u.nth.packet || *prefix) in print_match()
115 printf(" %spacket %u", prefix, info->u.nth.packet); in print_match()
147 info->u.nth.every + 1, in statistic_xlate()
149 info->u.nth.packet); in statistic_xlate()
[all …]
Dlibxt_statistic.man12 .B nth.
20 Match one packet every nth packet. It works only with the
21 .B nth
28 .B nth
Dlibxt_statistic.t6 -m statistic --mode nth ! --every 5 --packet 2;=;OK
7 -m statistic --mode nth ! --every 5;;FAIL
8 -m statistic --mode nth ! --every 5 --packet 5;;FAIL
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/
Dcellular_MbimComplianceDTS0713.py39 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
43 if (nth.fp_index < 12) or (nth.fp_index % 4 != 0):
48 if (nth.fp_index < 16) or (nth.fp_index % 4 != 0):
Dcellular_MbimComplianceDTS0309.py39 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
43 if nth.header_length != 12:
48 if nth.header_length != 16:
Dcellular_MbimComplianceDTS0612.py39 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
43 if nth.block_length > self.device_context.max_in_data_transfer_size:
48 if nth.block_length > self.device_context.max_in_data_transfer_size:
Dcellular_MbimComplianceDTS0208.py40 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
44 if nth.signature != mbim_data_transfer.NTH_SIGNATURE_16:
49 if nth.signature != mbim_data_transfer.NTH_SIGNATURE_32:
Dcellular_MbimComplianceDTS0410.py49 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
53 if nth.sequence_number != 0:
58 if nth.sequence_number != 0:
/external/compiler-rt/test/tsan/
Dbench.h14 void start_thread_group(int nth, void(*f)(int tid));
46 void start_thread_group(int nth, void(*f)(int tid)) { in start_thread_group() argument
47 pthread_t *th = (pthread_t*)malloc(nth * sizeof(pthread_t)); in start_thread_group()
48 for (int i = 0; i < nth; i++) in start_thread_group()
50 for (int i = 0; i < nth; i++) in start_thread_group()
/external/llvm-project/compiler-rt/test/tsan/
Dbench.h14 void start_thread_group(int nth, void(*f)(int tid));
46 void start_thread_group(int nth, void(*f)(int tid)) { in start_thread_group() argument
47 pthread_t *th = (pthread_t*)malloc(nth * sizeof(pthread_t)); in start_thread_group()
48 for (int i = 0; i < nth; i++) in start_thread_group()
50 for (int i = 0; i < nth; i++) in start_thread_group()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_data_transfer_unittest.py110 nth, ndp, ndp_entries, payload = ntb.parse_ntb(ntb_frame)
126 self.assertEqual(nth.signature, mbim_data_transfer.NTH_SIGNATURE_32)
127 self.assertEqual(nth.header_length, 16)
128 self.assertEqual(nth.sequence_number, 1)
129 self.assertEqual(nth.block_length, 144)
130 self.assertEqual(nth.fp_index, 112)
Dmbim_data_transfer.py277 self.nth = self._nth_class(
287 raw_ntb_frame += array.array('B', self.nth.pack())
315 self.nth = self._nth_class(raw_data=raw_ntb_frame)
316 ndp_offset = self.nth.fp_index
318 if len(raw_ntb_frame) != self.nth.block_length:
322 len(raw_ntb_frame), self.nth.block_length))
348 return (self.nth, self.ndp, self.ndp_entries, self.payload)
/external/llvm-project/openmp/runtime/src/
Dkmp_sched.cpp91 kmp_uint32 nth; in __kmp_for_static_init() local
236 nth = team->t.t_nproc; in __kmp_for_static_init()
237 if (nth == 1) { in __kmp_for_static_init()
296 if (trip_count < nth) { in __kmp_for_static_init()
310 UT small_chunk = trip_count / nth; in __kmp_for_static_init()
311 UT extras = trip_count % nth; in __kmp_for_static_init()
315 *plastiter = (tid == nth - 1); in __kmp_for_static_init()
318 (trip_count / nth + ((trip_count % nth) ? 1 : 0)) * incr; in __kmp_for_static_init()
352 *pstride = span * nth; in __kmp_for_static_init()
356 *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth); in __kmp_for_static_init()
[all …]
/external/llvm-project/polly/www/video-js/
Dvideo-js.css157 .vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 16px; }
158 .vjs-volume-control div span:nth-child(2) { border-bottom-width: 4px; height: 14px; }
159 .vjs-volume-control div span:nth-child(3) { border-bottom-width: 7px; height: 11px; }
160 .vjs-volume-control div span:nth-child(4) { border-bottom-width: 10px; height: 8px; }
161 .vjs-volume-control div span:nth-child(5) { border-bottom-width: 14px; height: 4px; }
162 .vjs-volume-control div span:nth-child(6) { margin-right: 0; }
174 .vjs-fullscreen-control div span:nth-child(1) { /* Top-left triangle */
180 .vjs-fullscreen-control div span:nth-child(2) { border-top: 6px solid #fff; border-left: 6px solid …
181 .vjs-fullscreen-control div span:nth-child(3) { clear: both; margin: 0 3px 0 0; border-bottom: 6px …
182 .vjs-fullscreen-control div span:nth-child(4) { border-bottom: 6px solid #fff; border-left: 6px sol…
[all …]
/external/deqp-deps/glslang/Test/
DcppComplexExpr.vert52 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \
53 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \
60 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \
61 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \
68 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \
69 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \
/external/webp/src/mux/
Dmuxinternal.c101 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag) { in ChunkSearchList() argument
102 uint32_t iter = nth; in ChunkSearchList()
111 return ((nth > 0) && (iter > 0)) ? NULL : first; in ChunkSearchList()
277 static int SearchImageToGetOrDelete(WebPMuxImage** wpi_list, uint32_t nth, in SearchImageToGetOrDelete() argument
283 if (nth == 0) { in SearchImageToGetOrDelete()
284 nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); in SearchImageToGetOrDelete()
285 if (nth == 0) return 0; // Not found. in SearchImageToGetOrDelete()
291 if (count == nth) return 1; // Found. in SearchImageToGetOrDelete()
333 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth) { in MuxImageDeleteNth() argument
335 if (!SearchImageToGetOrDelete(wpi_list, nth, &wpi_list)) { in MuxImageDeleteNth()
[all …]
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dnth_element.pass.cpp32 const std::uint8_t nth = *partition_iter; in LLVMFuzzerTestOneInput() local
33 if (!std::all_of(working.begin(), partition_iter, [=](std::uint8_t v) { return v <= nth; })) in LLVMFuzzerTestOneInput()
35 if (!std::all_of(partition_iter, working.end(), [=](std::uint8_t v) { return v >= nth; })) in LLVMFuzzerTestOneInput()
Dpartial_sort.pass.cpp28 const std::uint8_t nth = *std::min_element(sort_iter, working.end()); in LLVMFuzzerTestOneInput() local
29 if (!std::all_of(working.begin(), sort_iter, [=](std::uint8_t v) { return v <= nth; })) in LLVMFuzzerTestOneInput()
31 if (!std::all_of(sort_iter, working.end(), [=](std::uint8_t v) { return v >= nth; })) in LLVMFuzzerTestOneInput()
/external/python/cpython2/Demo/scripts/
Dunbirthday.py72 print 'Congratulations! Today is your', nth(age), 'birthday'
76 print nth(days - age), 'unbirthday'
81 def nth(n): function
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NthElement.pbtxt25 When set to True, find the nth-largest value in the vector and vice
31 If the input is a vector (rank-1), finds the entries which is the nth-smallest
35 nth-smallest value in each row (resp. vector along the last dimension). Thus,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c556 int ret, nth; in main() local
601 for (nth = 0; nth < NSCENAR; nth++) in main()
602 output(" %s", test_scenar[nth].desc); in main()
607 nth = 0; in main()
609 nth += 100 * SCALABILITY_FACTOR; in main()
617 m_tmp->nthreads = nth; in main()
621 dur = do_threads_test(nth, m_tmp); in main()
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dloopback_sequence.py65 nth, ndp, ndp_entries, payload = data_transfer.receive_data_packets(
68 return (nth, ndp, ndp_entries, payload)

1234567