Home
last modified time | relevance | path

Searched refs:Area (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/mksh/
Dlalloc.c36 static struct lalloc_common *findptr(struct lalloc_common **, char *, Area *);
85 ainit(Area *ap) in ainit()
100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr()
133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2()
141 aresize(void *ptr, size_t numb, Area *ap) in aresize()
168 afree(void *ptr, Area *ap) in afree()
182 afreeall(Area *ap) in afreeall()
Dsh.h819 typedef struct lalloc_common Area; typedef
822 EXTERN Area aperm; /* permanent object space */
861 Area area; /* temporary allocation area */
1730 Area *areap; /* area shf/buf were allocated in */
1747 Area *areap; /* area to allocate entries */
1756 Area *areap;
1883 Area area; /* area to allocate things */
2086 Area *areap;
2182 Area *areap;
2391 void ainit(Area *);
[all …]
Dtree.c34 static struct ioword **iocopy(struct ioword **, Area *);
35 static void iofree(struct ioword **, Area *);
545 tcopy(struct op *t, Area *ap) in tcopy()
602 wdcopy(const char *wp, Area *ap) in wdcopy()
688 iocopy(struct ioword **iow, Area *ap) in iocopy()
721 tfree(struct op *t, Area *ap) in tfree()
756 iofree(struct ioword **iow, Area *ap) in iofree()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.cpp864 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in dng_opcode_DeltaPerRow()
915 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in PutData()
1003 ((overlap.t - fAreaSpec.Area ().t) / in ProcessArea()
1070 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in dng_opcode_DeltaPerColumn()
1121 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in PutData()
1210 ((overlap.l - fAreaSpec.Area ().l) / in ProcessArea()
1277 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), in dng_opcode_ScalePerRow()
1328 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), in PutData()
1389 ((overlap.t - fAreaSpec.Area ().t) / in ProcessArea()
1454 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().W (), in dng_opcode_ScalePerColumn()
[all …]
Ddng_misc_opcodes.h102 const dng_rect & Area () const in Area() function
Ddng_opcodes.cpp301 dstBuffer.Area (), in ProcessArea()
Ddng_pixel_buffer.h198 const dng_rect & Area () const in Area() function
/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat27 netsh interface ip set dns "Local Area Connection 8" static 169.254.169.254 primary
28 netsh interface ip add dnsservers "Local Area Connection 8" 8.8.8.8 index=2
29 netsh interface ip add dnsservers "Local Area Connection 8" 8.8.4.4 index=3
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues1 Coverage-Area: Message Queues (MSG)
2 Area-Code: msg
DCOVERAGE.threads1 Coverage-Area: Threads (THR)
2 Area-Code: thr
DCOVERAGE.timers1 Coverage-Area: Clocks and Timers (TMR)
2 Area-Code: tmr
DCOVERAGE.signals1 Coverage-Area: Signals
2 Area-Code: sig
DCOVERAGE.semaphores1 Coverage-Area: Semaphores (SEM)
DHOWTO_Coverage46 The field "Coverage-Area" MUST be provided with a description of this area of
49 The field "Area-Code" MUST be provided, a unique code with no spaces to use
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dgraph_split.py120 class Area: class in GraphSplitByPattern
314 a = self.Area(op, is_output, idx, self.reach_tab)
324 self.recom_area = self.Area(None, False, idx, self.reach_tab)
465 graphmodes.append("basic" if area.mode == self.Area.MODE_BASIC else "composite")
509 a = self.Area(op, False, 0, self.reach_tab)
687 … return self.Area.MODE_COMPOSITE if op.inputs[0].dtype == "float16" and op.attrs['Akg'] else \
688 self.Area.MODE_BASIC
690 return self.Area.MODE_BASIC if pattern == PrimLib.RESHAPE else self.Area.MODE_COMPOSITE
974 return self.Area.MODE_COMPOSITE
976 return self.Area.MODE_COMPOSITE
[all …]
/third_party/ltp/testcases/network/can/filter-tests/
D00_Descriptions.txt1 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial communications
/third_party/boost/libs/geometry/doc/reference/algorithms/
Darea.qbk15 [heading_conformance_ogc __this_function__..Area]
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_splitter.cc207 class Area { class
209 explicit Area(const AnfNodePtrList &anf_arr) { in Area() function in mindspore::opt::__anond4835ba50211::Area
221 ~Area() = default;
333 … std::vector<size_t> *cnode_group_id, const std::function<void(const Area &)> &expand_callback) { in SplitGraph()
451 std::vector<Area> areas_;
494 [this](const Area &area) { this->AreaExpand(area); }); in Split()
650 void AreaExpand(const Area &area) { in AreaExpand()
/third_party/grpc/src/objective-c/examples/
DBUILD103 minimum_os_version = "9.0", # Safe Area Layout Guide used
151 minimum_os_version = "9.0", # Safe Area Layout Guide used
/third_party/mbedtls/tests/suites/
Dtest_suite_oid.data29 oid_get_extended_key_usage:"2B0601040182E42501":"Wi-SUN Alliance Field Area Network (FAN)"
/third_party/boost/boost/geometry/algorithms/
Dsimplify.hpp152 template <typename Area>
153 static inline int area_sign(Area const& area) in area_sign()
/third_party/boost/libs/geometry/doc/generated/
Dcorrect.qbk68 [[Strategy const &] [Any type fulfilling a Area Strategy Concept ] [strategy] [The strategy which w…
Darea.qbk77 [[Strategy const &] [Any type fulfilling a Area Strategy Concept ] [strategy] [The strategy which w…
/third_party/boost/libs/geometry/doc/
Dquickstart.qbk61 Area: 3.015
/third_party/libphonenumber/resources/geocoding/en/
D7.txt231 771845|Pavlodar Area

1234