HomeSort by relevance Sort by last modified time
    Searched full:used (Results 1726 - 1750 of 64207) sorted by null

<<61626364656667686970>>

  /external/dropbear/libtomcrypt/notes/
tech0004.txt 9 own little "issues". While all of the PRNGs have the same API and are roughly used in the same
26 The pool is then used as a key for a cipher that is used in CTR mode.
42 certain pools are used. More precisely the i'th pool is used every 2**i'th reseeding. For example, pool[0]
43 is always used. pool[1] is used every second reseeding, pool[2] every fourth.
60 healthier it will be. It's also meant to be used for long term purposes. Since it can recover from
72 read() function to be used as an "encrypt" function as well.
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 53 return A->used - B->used;
80 /* fill in used member with index so we can fully sort it */
83 copy[x].used = x;
  /external/dropbear/libtommath/
bn_mp_div_d.c 74 if ((res = mp_init_size(&q, a->used)) != MP_OKAY) {
78 q.used = a->used;
81 for (ix = a->used - 1; ix >= 0; ix--) {
bn_mp_mul_2d.c 31 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
32 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
61 for (x = 0; x < c->used; x++) {
75 c->dp[(c->used)++] = r;
  /external/e2fsprogs/lib/et/
com_err.3 49 may be used to restore the behavior of
61 table has a name of up to four characters, which is used in place of
65 any of the corresponding error codes are used, so that the
68 used.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 83 # Following only used for internationalization of error messages
100 # Following used for internationalization of untagged OK/NO responses
117 # Following used for internationalization of untagged BYE response
122 # Following used for internationalization of tagged OK response
  /external/e2fsprogs/lib/ss/
std_rqs.ct 33 "Produce a list of the most commonly used requests.",
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 12 It controls the default parameters used by
23 An example of the INI-style format used by this configuration file
62 The following stanzas are used in the
69 used by
76 Contains relations which define defaults that should be used for specific
140 This relation specifies the default hash algorithm used for the
242 then the filesystem type of ext4 will be used. If the filesystem is
253 will be used, so the filesystem will have an inode size of 128.
257 tag, which is specifies a set of changes to the features used by the
269 For each filesystem type, the following tags may be used in that
    [all...]
util.h 3 * used by tune2fs and mke2fs
uuidd.8.in 45 daemon is used by the UUID library to generate
70 Specify the pathname used for the unix-domain socket used by uuidd. By
71 default, the pathname used is /var/lib/libuuid/request. This is primarily
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 22 In the Dynamic case, the schema is used to validate the feed xml; in the Generated case, the
23 schema is used to create an .ecore model, which is used to generate model implementation and
24 validation code, which is then used to validate the feed xml. Because the two techniques yield
  /external/expat/tests/
chardata.h 3 Interface to some helper routines used to accumulate and check text
  /external/freetype/include/freetype/config/
ftstdlib.h 11 /* This file is part of the FreeType project, and may only be used, */
22 /* This file is used to group all #includes to the ANSI C library that */
45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
165 /* the following is only used for debugging purposes, i.e., if */
  /external/freetype/include/freetype/
ftcffdrv.h 10 /* This file is part of the FreeType project, and may only be used, */
87 * This property can be used with @FT_Property_Get also.
98 * A list of constants used for the @hinting-engine property to select
138 * This property can be used with @FT_Property_Get also.
ftchapters.h 4 /* It is used by the python script which generates the HTML files. */
  /external/freetype/include/freetype/internal/services/
svkern.h 10 /* This file is part of the FreeType project, and may only be used, */
svwinfnt.h 10 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/autofit/
afindic.h 10 /* This file is part of the FreeType project, and may only be used, */
aflatin2.h 10 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/base/
ftxf86.c 10 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/cff/
cffdrivr.h 10 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/psaux/
psaux.c 10 /* This file is part of the FreeType project, and may only be used, */
psauxmod.h 10 /* This file is part of the FreeType project, and may only be used, */
  /external/freetype/src/pshinter/
pshinter.c 10 /* This file is part of the FreeType project, and may only be used, */
pshmod.h 10 /* This file is part of the FreeType project, and may only be used, */

Completed in 1155 milliseconds

<<61626364656667686970>>