/external/u-boot/drivers/sound/ |
max98095.c | 96 unsigned char old, new; local 98 if (max98095_i2c_read(reg, &old) != 0) 100 new = (old & ~mask) | (value & mask); 101 change = (old != new) ? 1 : 0;
|
/external/v8/src/compiler/ |
int64-lowering.h | 56 void ReplaceNode(Node* old, Node* new_low, Node* new_high);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
BasicBlockList.java | 50 * @param old block to copy 52 private BasicBlockList (BasicBlockList old) { 53 super(old); 54 regCount = old.regCount;
|
/dalvik/dx/src/com/android/dx/rop/code/ |
BasicBlockList.java | 50 * @param old block to copy 52 private BasicBlockList(BasicBlockList old) { 53 super(old); 54 regCount = old.regCount;
|
/external/boringssl/src/crypto/pool/ |
pool.c | 121 CRYPTO_BUFFER *old = NULL; local 122 inserted = lh_CRYPTO_BUFFER_insert(pool->bufs, &old, buf); 123 assert(old == NULL);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
SICBlockCipher.java | 152 byte old = counter[counter.length - 1]; 156 if (old != 0 && counter[counter.length - 1] < old)
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/ |
SICBlockCipher.java | 154 byte old = counter[counter.length - 1]; 158 if (old != 0 && counter[counter.length - 1] < old)
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
IntDistanceNode.java | 162 Integer old = cache.get(value); local 164 if (old != null) { 165 result.append(old + ";");
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateDayPeriodChart.java | 84 Integer old = dayPeriodToTimes.get(period, i); local 85 dayPeriodToTimes.put(period, i, old == null ? 1 : old + 1);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
PluralRanges.java | 47 byte old = data[start.ordinal() * Count.LENGTH + end.ordinal()]; 48 if (old >= 0) { 50 start + ", " + end + ", " + Count.VALUES.get(old) + ">");
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralRanges.java | 73 byte old = data[start.ordinal() * StandardPlural.COUNT + end.ordinal()]; 74 if (old >= 0) { 76 + StandardPlural.VALUES.get(old) + ">");
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRanges.java | 71 byte old = data[start.ordinal() * StandardPlural.COUNT + end.ordinal()]; 72 if (old >= 0) { 74 + StandardPlural.VALUES.get(old) + ">");
|
/external/libnl/lib/route/ |
nexthop.c | 223 struct nl_addr *old = nh->rtnh_gateway; local 233 if (old) 234 nl_addr_put(old);
|
/external/toybox/toys/pending/ |
last.c | 44 static void llist_add_node(struct arg_list **old, void *data) 49 new->next = *old; 50 *old = new; 119 * old/new system time when date changes it.
|
/external/u-boot/drivers/pci/ |
pci-rcar-gen2.c | 153 u32 addr, reg, old; local 162 old = readl(addr); 163 reg = pci_conv_size_to_32(old, value, offset, size);
|
/external/webrtc/webrtc/base/ |
timeutils.cc | 63 DWORD old = InterlockedExchange(last_timegettime_ptr, now); local 64 if (now < old) { 65 // If now is earlier than old, there may have been a race between 69 if (old > 0xf0000000 && now < 0x0fffffff) {
|
/frameworks/av/services/audioflinger/ |
FastThread.cpp | 171 int32_t old = android_atomic_dec(coldFutexAddr); 172 if (old <= 0) { 173 syscall(__NR_futex, coldFutexAddr, FUTEX_WAIT_PRIVATE, old - 1, NULL);
|
/external/python/cpython3/Modules/ |
gcmodule.c | 491 * weakrefs with callbacks may be moved into the `old` generation. Objects 492 * moved into `old` have gc_refs set to GC_REACHABLE; the objects remaining in 497 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) 629 gc_list_move(gc, old); 650 * merged into the old list regardless. 653 handle_legacy_finalizers(PyGC_Head *finalizers, PyGC_Head *old) 671 gc_list_merge(finalizers, old); 747 delete_garbage(PyGC_Head *collectable, PyGC_Head *old) 767 gc_list_move(gc, old); 804 PyGC_Head *old; /* next older generation * local [all...] |
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
LanguageTest.java | 90 Map<Type, String> old = hashMap.get(language); local 91 if (old == null) { 92 hashMap.put(language, old = new EnumMap<Type, String>(Type.class)); 94 if (!old.containsKey(type)) { 95 old.put(type, script);
|
/external/cldr/tools/scripts/web/ |
bugdiffs | 779 if ($r[$i]->{old} ne $r[$i+1]->{new}) { 785 my $old = $r[$#r]->{old}; 790 if ($old eq $BASE_REV) { 794 $result .= out("<A href=\"$diff_url$relFile?r1=$old&r2=$new$DIFF_URL_SUFFIX\">"); 795 $result .= out("<B>Diff $new vs $old</B></A>"); 801 out(" [<A href=\"$url;m=$mod;file=$relFile;r1=$old;r2=$new$DIFF_URL_SUFFIX\">*</A>]"); 811 if ($r[$i]->{old} ne $r[$i+1]->{new}) { 820 my $old = $r[$range->[1]]->{old}; [all...] |
/external/iptables/libxtables/ |
xtables.c | 54 #ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */ 58 #ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */ 141 /* Third, the old options */ 813 /* Assume only revision 0 support (old kernel) */ 952 struct xtables_match **i, *old; local 956 old = xtables_find_match(me->name, XTF_DURING_LOAD, NULL); 957 if (old) { 958 compare = xtables_match_prefer(old, me); 967 rn = (old->real_name != NULL) ? old->real_name : old->name 1049 struct xtables_target *old; local [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
basetexture9.c | 114 DWORD old = This->managed.lod; local 125 if (This->managed.lod != old && This->bind_count && LIST_IS_EMPTY(&This->list)) 128 return old; 425 struct pipe_resource *old = This->base.resource; local 441 if (old) { 443 if (old->width0 == templ.width0 && 444 old->height0 == templ.height0 && 445 old->depth0 == templ.depth0) 454 if (old && CopyData) { /* Don't return without releasing old ! */ [all...] |
/external/libmtp/src/ |
playlist-spl.c | 254 * list will result in the old playlist being replaced (ie: new playlist_id). 269 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id); local 272 if (!old) 278 if(old->no_tracks != newlist->no_tracks) 281 if(old->tracks[i] != newlist->tracks[i]) 288 LIBMTP_PLST_DEBUG("delete old playlist and build a new one\n"); 290 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0) 293 if(strcmp(old->name,newlist->name) == 0) 303 if(strcmp(old->name,newlist->name) != 0) { 367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"") [all...] |
/external/mesa3d/src/gallium/winsys/virgl/vtest/ |
virgl_vtest_winsys.c | 187 struct virgl_hw_res *old = *dres; local 189 if (!can_cache_resource(old)) { 190 virgl_hw_res_destroy(vtws, old); 195 old->start = os_time_get(); 196 old->end = old->start + vtws->usecs; 197 LIST_ADDTAIL(&old->head, &vtws->delayed);
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 580 struct hostapd_radius_server *next, *old; local 584 old = conf->auth_server; 588 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), 589 old->port); 593 old->timeouts++; 596 next = old + 1; 600 radius_change_server(radius, next, old, 609 struct hostapd_radius_server *next, *old; local 613 old = conf->acct_server; 617 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)) [all...] |