Searched defs:zone (Results 126 - 150 of 198) sorted by relevance

12345678

/external/kernel-headers/original/linux/
H A Dmmzone.h35 * zone->lock and zone->lru_lock are two of the hottest locks in the kernel.
37 * cachelines. There are very few zone structures in the machine, so space
64 NUMA_INTERLEAVE_HIT, /* interleaver preferred this zone */
103 * allocator in the gfp_mask, in the zone modifier bits. These bits
106 * the gfp_mask should be considered as zone modifiers. Each valid
107 * combination of the zone modifier bits has a corresponding list
108 * of zones (in node_zonelists). Thus for two zone modifiers there
111 * combinations of zone modifiers in "zone modifie
139 struct zone { struct
371 populated_zone(struct zone *zone) argument
392 is_highmem(struct zone *zone) argument
397 is_normal(struct zone *zone) argument
402 is_dma32(struct zone *zone) argument
407 is_dma(struct zone *zone) argument
[all...]
H A Dmm.h254 * protected by zone->lru_lock !
392 * The zone field is never updated after free_area_init_core()
449 /* NODE:ZONE or SECTION:ZONE is used to lookup the zone from a page. */
471 struct zone;
472 extern struct zone *zone_table[];
478 static inline struct zone *page_zone(struct page *page)
495 static inline void set_page_zone(struct page *page, unsigned long zone) argument
498 page->flags |= (zone & ZONES_MASK) << ZONES_PGSHIFT;
511 static inline void set_page_links(struct page *page, unsigned long zone, argument
514 set_page_zone(page, zone);
[all...]
/external/v8/src/
H A Dfull-codegen.h809 // A map from property names to getter/setter pairs allocated in the zone.
814 explicit AccessorTable(Zone* zone) : argument
818 zone_(zone) { }
H A Dlithium-allocator.h35 #include "zone.h"
219 void SplitAt(LifetimePosition pos, Zone* zone);
280 LiveRange(int id, Zone* zone);
291 LOperand* CreateAssignedOperand(Zone* zone);
296 Zone* zone);
297 void MakeSpilled(Zone* zone);
321 void SplitAt(LifetimePosition position, LiveRange* result, Zone* zone);
362 Zone* zone);
365 Zone* zone);
368 Zone* zone);
411 Add(int value, Zone* zone) argument
423 EnsureCapacity(int value, Zone* zone) argument
[all...]
H A Dhydrogen-instructions.cc506 void HValue::AddNewRange(Range* r, Zone* zone) { argument
507 if (!HasRange()) ComputeInitialRange(zone);
508 if (!HasRange()) range_ = new(zone) Range();
522 void HValue::ComputeInitialRange(Zone* zone) { argument
524 range_ = InferRange(zone);
1020 Range* HValue::InferRange(Zone* zone) { argument
1022 Range* result = new(zone) Range();
1028 Range* HChange::InferRange(Zone* zone) { argument
1036 ? input_range->Copy(zone)
1037 : HValue::InferRange(zone);
1043 InferRange(Zone* zone) argument
1053 InferRange(Zone* zone) argument
1071 InferRange(Zone* zone) argument
1088 InferRange(Zone* zone) argument
1104 InferRange(Zone* zone) argument
1122 InferRange(Zone* zone) argument
1147 InferRange(Zone* zone) argument
1358 InferRange(Zone* zone) argument
1376 InferRange(Zone* zone) argument
1392 InferRange(Zone* zone) argument
1418 InferRange(Zone* zone) argument
1434 InferRange(Zone* zone) argument
2126 NewHMod(Zone* zone, HValue* context, HValue* left, HValue* right) argument
2149 NewHDiv(Zone* zone, HValue* context, HValue* left, HValue* right) argument
2171 NewHBitwise(Zone* zone, Token::Value op, HValue* context, HValue* left, HValue* right) argument
2228 NewHShr(Zone* zone, HValue* context, HValue* left, HValue* right) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc362 char month[4], zone[6]; local
364 memset(zone, 0, sizeof(zone));
368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
385 if ((zone[0] == '+') || (zone[0] == '-')) {
386 if (!isdigit(zone[1]) || !isdigit(zone[2])
387 || !isdigit(zone[3]) || !isdigit(zone[
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h667 T1_Decoder_Zone zone; member in struct:T1_DecoderRec_
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c888 CFF_Decoder_Zone* zone; local
916 decoder->zone = decoder->zones;
917 zone = decoder->zones;
924 zone->base = charstring_base;
925 limit = zone->limit = charstring_base + charstring_len;
926 ip = zone->cursor = zone->base;
2385 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )
2392 zone->cursor = ip; /* save current instruction pointer */
2394 zone
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp34 * Substantial rewrite of zone lookup, default zone, and
236 * Fetch a specific zone by name. Replaces the getByKey call.
238 * @param id Time zone ID
240 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
283 * Given an ID, open the appropriate resource for the given time zone.
285 * @param id zone id
303 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
327 // be valid even if we can't load the time zone UDataMemory.
396 /* We first try to lookup the zone I
577 adoptDefault(TimeZone* zone) argument
595 setDefault(const TimeZone& zone) argument
873 int32_t zone = -1; local
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp132 // A behavior mode (what zic calls a 'type') of a time zone.
173 // this field will point to the "real" zone 0..n-1.
174 int32_t aliasTo; // -1 if this is a "real" zone
176 // If there are aliases TO this zone, then the following set will
186 // Set this zone to be an alias TO another zone.
189 // Clear the list of aliases OF this zone.
192 // Add an alias to the list of aliases OF this zone.
195 // Is this an alias to another zone?
534 * @param id the zone I
1599 string country, coord, zone; local
1601 is >> country >> coord >> zone; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc362 char month[4], zone[6]; local
364 memset(zone, 0, sizeof(zone));
368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
385 if ((zone[0] == '+') || (zone[0] == '-')) {
386 if (!isdigit(zone[1]) || !isdigit(zone[2])
387 || !isdigit(zone[3]) || !isdigit(zone[
[all...]
/external/chromium_org/v8/src/
H A Dcompiler.h33 #include "zone.h"
60 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
67 Zone* zone() { return zone_; } function in class:v8::internal::CompilationInfo
312 Zone* zone);
314 Zone* zone);
317 Zone* zone);
334 void Initialize(Isolate* isolate, Mode mode, Zone* zone);
408 // The zone from which the compilation pipeline working on this
458 // zone scope and get rid of dependent maps even when the destructor is
639 Zone* zone() { retur function in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dframes.cc1610 static StackFrame* AllocateFrameCopy(StackFrame* frame, Zone* zone) { argument
1614 new(zone) field##_Wrapper(*(reinterpret_cast<field*>(frame))); \
1627 Vector<StackFrame*> CreateStackMap(Isolate* isolate, Zone* zone) { argument
1628 ZoneList<StackFrame*> list(10, zone);
1630 StackFrame* frame = AllocateFrameCopy(it.frame(), zone);
1631 list.Add(frame, zone);
H A Dlithium-allocator.cc92 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { argument
94 UseInterval* after = new(zone) UseInterval(pos, end_);
131 LiveRange::LiveRange(int id, Zone* zone) argument
144 spill_operand_(new(zone) LOperand()),
150 Zone* zone) {
154 ConvertOperands(zone);
158 void LiveRange::MakeSpilled(Zone* zone) { argument
163 ConvertOperands(zone);
233 LOperand* LiveRange::CreateAssignedOperand(Zone* zone) { argument
238 op = LDoubleRegister::Create(assigned_register(), zone);
148 set_assigned_register(int reg, RegisterKind register_kind, Zone* zone) argument
279 SplitAt(LifetimePosition position, LiveRange* result, Zone* zone) argument
393 EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone) argument
418 AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone) argument
448 AddUsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint, Zone* zone) argument
479 ConvertOperands(Zone* zone) argument
[all...]
H A Dlithium.h152 LUnallocated* CopyUnconstrained(Zone* zone) { argument
153 LUnallocated* result = new(zone) LUnallocated(ANY);
322 static LConstantOperand* Create(int index, Zone* zone) { argument
325 return new(zone) LConstantOperand(index);
358 static LStackSlot* Create(int index, Zone* zone) { argument
361 return new(zone) LStackSlot(index);
383 static LDoubleStackSlot* Create(int index, Zone* zone) { argument
386 return new(zone) LDoubleStackSlot(index);
408 static LRegister* Create(int index, Zone* zone) { argument
411 return new(zone) LRegiste
433 Create(int index, Zone* zone) argument
458 LParallelMove(Zone* zone) argument
460 AddMove(LOperand* from, LOperand* to, Zone* zone) argument
461 move_operands_.Add(LMoveOperands(from, to), zone); local
479 LPointerMap(int position, Zone* zone) argument
515 LEnvironment(Handle<JSFunction> closure, FrameType frame_type, BailoutId ast_id, int parameter_count, int argument_count, int value_count, LEnvironment* outer, HEnterInlined* entry, Zone* zone) argument
553 Zone* zone() const { return zone_; } function in class:v8::internal::LEnvironment
773 Zone* zone() const { return info_->zone(); } function in class:v8::internal::LChunk
[all...]
H A Dparser.h194 void Add(T* value, Zone* zone) { argument
197 list_ = new(zone) ZoneList<T*>(initial_size, zone);
199 list_->Add(last_, zone);
244 ZoneList<T*>* GetList(Zone* zone) { argument
246 list_ = new(zone) ZoneList<T*>(initial_size, zone);
249 list_->Add(last_, zone);
264 explicit RegExpBuilder(Zone* zone);
280 Zone* zone() cons function in class:v8::internal::RegExpBuilder
363 RegExpParserState(RegExpParserState* previous_state, SubexpressionType group_type, int disjunction_capture_index, Zone* zone) argument
395 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
574 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dstub-cache.cc1134 Zone* zone) {
1145 types->AddMapIfMissing(Handle<Map>(map), zone); local
1164 types->AddMapIfMissing(Handle<Map>(map), zone); local
1130 CollectMatchingMaps(SmallMapList* types, Handle<Name> name, Code::Flags flags, Handle<Context> native_context, Zone* zone) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc41 #include "zone-inl.h"
137 Zone* zone) {
192 uc16* buf = zone->NewArray<uc16>(len);
196 Resource* resource = new(zone) Resource(Vector<const uc16>(buf, len));
204 char* buf = zone->NewArray<char>(len);
209 new(zone) AsciiResource(Vector<const char>(buf, len));
266 ConsStringGenerationData(bool long_blocks, Zone* zone);
289 Zone* zone) {
292 building_blocks_, kNumberOfBuildingBlocks, long_blocks, &rng_, zone);
574 Zone zone(Isolat
133 InitializeBuildingBlocks(Handle<String>* building_blocks, int bb_length, bool long_blocks, RandomNumberGenerator* rng, Zone* zone) argument
288 ConsStringGenerationData(bool long_blocks, Zone* zone) argument
[all...]
/external/freetype/include/freetype/internal/
H A Dpsaux.h671 T1_Decoder_Zone zone; member in struct:T1_DecoderRec_
/external/freetype/src/cff/
H A Dcffgload.c911 CFF_Decoder_Zone* zone; local
939 decoder->zone = decoder->zones;
940 zone = decoder->zones;
947 zone->base = charstring_base;
948 limit = zone->limit = charstring_base + charstring_len;
949 ip = zone->cursor = zone->base;
2406 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS )
2413 zone->cursor = ip; /* save current instruction pointer */
2415 zone
[all...]
/external/icu4c/i18n/
H A Dtimezone.cpp34 * Substantial rewrite of zone lookup, default zone, and
204 * Fetch a specific zone by name. Replaces the getByKey call.
206 * @param id Time zone ID
208 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
251 * Given an ID, open the appropriate resource for the given time zone.
253 * @param id zone id
271 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
296 // be valid even if we can't load the time zone UDataMemory.
387 /* We first try to lookup the zone I
569 adoptDefault(TimeZone* zone) argument
587 setDefault(const TimeZone& zone) argument
1040 int32_t zone = -1; local
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c339 log_verbose("\nTesting the fetching of time zone display name\n");
355 log_verbose("PASS: getting the time zone display name successful : %s, %d needed \n",
365 log_verbose("PASS: got the correct time zone display name %s\n", u_austrcpy(tempMsgBuf, result) );
368 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
374 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
380 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
386 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
606 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
621 log_err("FAIL: Error setting the time zone doesn't change the represented time\n");
632 log_err("Error in setting the time zone usin
887 const char * zone; member in struct:__anon18381
[all...]
/external/icu4c/test/intltest/
H A Dcaltest.cpp47 out += UnicodeString(" (in DST), zone=");
50 out += UnicodeString(", zone=");
335 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); local
336 Calendar *cal = Calendar::createInstance(zone->clone(), status);
339 if (*zone != cal->getTimeZone()) errln("FAIL: Calendar::getTimeZone failed");
496 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status);
500 GregorianCalendar *gc = new GregorianCalendar(*zone, status);
511 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
515 gc = new GregorianCalendar(zone, status);
2460 // Time zone Inpu
[all...]
H A Dtztest.cpp90 SimpleTimeZone *zone = new SimpleTimeZone(offset, id); local
91 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
93 TimeZone* zoneclone = zone->clone();
94 if (!(*zoneclone == *zone)) errln("FAIL: clone or operator== failed");
96 if (!(*zoneclone != *zone)) errln("FAIL: clone or operator!= failed");
99 zoneclone = zone->clone();
100 if (!(*zoneclone == *zone)) errln("FAIL: clone or operator== failed");
102 if (!(*zoneclone != *zone)) errln("FAIL: clone or operator!= failed");
104 SimpleTimeZone copy(*zone);
105 if (!(copy == *zone)) errl
169 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone"); local
1166 TimeZone *zone = TimeZone::createTimeZone(id); local
1386 TimeZone *zone = TimeZone::createTimeZone("PST"); local
1955 const char *zone; member in struct:__anon18538
2167 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName); local
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp132 // A behavior mode (what zic calls a 'type') of a time zone.
173 // this field will point to the "real" zone 0..n-1.
174 int32_t aliasTo; // -1 if this is a "real" zone
176 // If there are aliases TO this zone, then the following set will
186 // Set this zone to be an alias TO another zone.
189 // Clear the list of aliases OF this zone.
192 // Add an alias to the list of aliases OF this zone.
195 // Is this an alias to another zone?
534 * @param id the zone I
1599 string country, coord, zone; local
1601 is >> country >> coord >> zone; local
[all...]

Completed in 3059 milliseconds

12345678