HomeSort by relevance Sort by last modified time
    Searched defs:imap (Results 1 - 9 of 9) sorted by null

  /external/libchrome/third_party/jinja2/
_compat.py 41 imap = map variable
66 from itertools import imap, izip, ifilter
  /external/e2fsprogs/resize/
resize2fs.h 113 ext2_extent imap; member in struct:ext2_resize_struct
  /external/python/cpython2/Lib/multiprocessing/
pool.py 255 def imap(self, func, iterable, chunksize=1): member in class:Pool
257 Equivalent of `itertools.imap()` -- can be MUCH slower than `Pool.map()`
275 Like `imap()` method but ordering of results is arbitrary
634 # Class whose instances are returned by `Pool.imap()`
  /external/python/cpython3/Lib/multiprocessing/
pool.py 287 '''Provides a generator of tasks for imap and imap_unordered with
297 def imap(self, func, iterable, chunksize=1): member in class:Pool
329 Like `imap()` method but ordering of results is arbitrary.
712 # Class whose instances are returned by `Pool.imap()`
  /external/tremolo/Tremolo/
floor0.c 161 ogg_uint32_t imap= (1UL<<31) / ln; local
175 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1);
205 wi=vorbis_coslook2_i((map*imap)>>15);
341 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
  /external/curl/lib/
imap.c 22 * RFC2595 Using TLS with IMAP, POP3 and ACAP
28 * RFC4959 IMAP Extension for SASL Initial Client Response
29 * RFC5092 IMAP URL Scheme
70 #include "imap.h"
114 * IMAP protocol handler.
118 "IMAP", /* scheme */
171 /* SASL parameters for the imap protocol */
173 "imap", /* The service name */
247 struct IMAP *imap = conn->data->req.protop local
611 struct IMAP *imap = data->req.protop; local
646 struct IMAP *imap = data->req.protop; local
685 struct IMAP *imap = conn->data->req.protop; local
733 struct IMAP *imap = data->req.protop; local
803 struct IMAP *imap = conn->data->req.protop; local
1059 struct IMAP *imap = conn->data->req.protop; local
1389 struct IMAP *imap; local
1469 struct IMAP *imap = data->req.protop; local
1534 struct IMAP *imap = data->req.protop; local
1657 struct IMAP *imap = conn->data->req.protop; local
1959 struct IMAP *imap = data->req.protop; local
2089 struct IMAP *imap = data->req.protop; local
    [all...]
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 946 const uint32_t *imap; local
959 imap = fdt_getprop(blob, host, "interrupt-map", &len);
960 if (!imap || len != 128) {
968 irq[(fdt32_to_cpu(imap[(i*8)+3])-1)%4] = imap[(i*8)+6];
996 memcpy(&imap_new[i*32], imap, 128);
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 1261 InterconnectMap& imap = maps->at(0); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 1033 static const uint8_t imap[] = { local
    [all...]

Completed in 4740 milliseconds