HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 151 - 175 of 1933) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/regex-re2/util/
benchmark.cc 96 int n, last; local
106 last = n;
112 n = max(last+1, min(n+n/2, 100*last));
  /external/selinux/libsepol/cil/src/
cil_list.c 173 struct cil_list_item *last = item; local
183 while (last->next != NULL) {
184 last = last->next;
189 list->tail = last;
194 list->tail = last;
200 struct cil_list_item *last = item; local
210 while (last->next != NULL) {
211 last = last->next
    [all...]
  /external/selinux/libsepol/src/
hashtab.c 108 hashtab_ptr_t cur, last; local
114 last = NULL;
117 last = cur;
124 if (last == NULL)
127 last->next = cur->next;
254 hashtab_ptr_t last, cur, temp; local
260 last = NULL;
265 if (last) {
266 last->next = cur->next;
278 last = cur
    [all...]
sidtab.c 90 sidtab_node_t *cur, *last; local
96 last = NULL;
99 last = cur;
106 if (last == NULL)
109 last->next = cur->next;
174 sidtab_node_t *last, *cur, *temp; local
180 last = NULL;
185 if (last) {
186 last->next = cur->next;
197 last = cur
    [all...]
  /external/selinux/policycoreutils/newrole/
hashtab.c 87 hashtab_ptr_t cur, last; local
93 last = NULL;
96 last = cur;
103 if (last == NULL)
106 last->next = cur->next;
233 hashtab_ptr_t last, cur, temp; local
239 last = NULL;
244 if (last) {
245 last->next = cur->next;
257 last = cur
    [all...]
  /external/skia/src/animator/
SkDisplayTypes.cpp 18 SkDisplayable** last = fDependents.end(); local
19 for (SkDisplayable** depPtr = fDependents.begin(); depPtr < last; depPtr++) {
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 74 SkOpSpanBase* last = current->markAndChaseDone(start, end); local
75 if (last && !last->chased()) {
76 last->setChased(true);
77 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last));
78 *chase.append() = last;
80 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID());
81 if (!last->final()) {
82 SkDebugf(" windSum=%d", last->upCast()->windSum());
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
NDC.java 72 int last = next - 1; local
73 String key = PREFIX + last;
84 int last = next - 1; local
85 String key = PREFIX + last;
  /external/v8/src/
compilation-dependencies.cc 133 Handle<JSReceiver> last; local
134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) {
  /external/v8/src/runtime/
runtime-regexp.cc 97 int last = 0;
108 if (i > last) {
111 ReplacementPart::ReplacementSubString(last, next_index),
113 last = next_index + 1; // Continue after the second "$".
116 last = next_index;
121 if (i > last) {
122 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone);
126 last = i + 1; member in class:v8::internal::CompiledReplacement
129 if (i > last) {
130 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone)
134 last = i + 1; member in class:v8::internal::CompiledReplacement
142 last = i + 1; member in class:v8::internal::CompiledReplacement
    [all...]
  /external/v8/test/cctest/compiler/
test-node.cc 760 Node* last = graph.NewNode(&dummy_operator0); local
763 last->AppendInput(graph.zone(), nodes[i]);
764 CheckInputs(last, nodes, i + 1);
767 if (j <= i) CHECK_USES(nodes[j], last);
771 CHECK_USES(last, NONE);
775 last->TrimInputCount(i);
776 CheckInputs(last, nodes, i);
779 if (j < i) CHECK_USES(nodes[j], last);
783 CHECK_USES(last, NONE);
  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 133 size_t last = len; local
134 while (last > 0) {
135 last -= 1;
136 if (IsAsciiLetter(ns[last])) {
137 size_t first = last;
138 last += 1;
144 if (last - first > 4)
145 last = first + 3;
146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
  /external/wpa_supplicant_8/src/crypto/
aes-ccm.c 66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 318 struct eap_method *m, *last = NULL; local
333 last = m;
336 if (last)
337 last->next = method;
  /external/zlib/src/contrib/masmx64/
inffas8664.c 87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
175 strm->avail_in = (unsigned)(ar.in < ar.last ?
176 PAD_AVAIL_IN + (ar.last - ar.in) :
177 PAD_AVAIL_IN - (ar.in - ar.last));
  /external/zlib/src/
inffast.c 73 z_const unsigned char FAR *last; /* have enough input while in < last */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /frameworks/base/libs/common_time/
utils.cpp 88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
  /frameworks/rs/api/
Scanner.cpp 154 size_t last = s->find('\"', first); local
155 if (last == string::npos) {
158 *documentation = s->substr(first, last - first);
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 170 HandlerEntry *last = NULL; local
177 last = p;
189 if (last) {
190 last->next = p;
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 78 struct module *last; local
80 last = find_last_module(head);
81 if (last)
82 last->next = add;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 100 uint32_t last = (uint32_t)list->numHwLayers - 1; local
101 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
155 uint32_t last = (uint32_t)list->numHwLayers - 1; local
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
297 uint32_t last = (uint32_t)list->numHwLayers - 1; local
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 111 uint32_t last = (uint32_t)list->numHwLayers - 1; local
112 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
167 uint32_t last = (uint32_t)list->numHwLayers - 1; local
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
335 uint32_t last = (uint32_t)list->numHwLayers - 1; local
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 79 uint32_t last = (uint32_t)list->numHwLayers - 1; local
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
141 uint32_t last = (uint32_t)list->numHwLayers - 1; local
142 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /libcore/ojluni/src/main/java/java/text/
BreakIterator.java 146 * int end = boundary.last();
167 * Print last element:
171 * int end = boundary.last();
195 * int last = wb.following(pos);
198 * for (int p = last; p < current; p++) {
200 * return last;
202 * last = current;
249 * and following(int) when either the first or last text boundary has been
263 * Returns the last boundary. The iterator's current position is set
264 * to the last text boundary
268 public abstract int last(); method in class:BreakIterator
    [all...]
IcuIteratorWrapper.java 105 * when there is overlap between the last group of characters in the expression preceding the
110 * &quot;x[xy]*x&quot; will match through to the last x (i.e., &quot;<strong>xxyxyyyxyxyxxyxyx</strong>yy&quot;,
281 public int last() { method in class:IcuIteratorWrapper
282 return wrapped.last();
309 * Advances the iterator backwards, to the last boundary preceding this one.
311 * @return The position of the last boundary position preceding this one.
340 * Sets the iterator to refer to the last boundary position before the
343 * @return The position of the last boundary before the starting position.

Completed in 1133 milliseconds

1 2 3 4 5 67 8 91011>>