HomeSort by relevance Sort by last modified time
    Searched full:inout (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
itrans.cpp 27 int16 *inout; local
30 inout = block;
33 m0 = inout[0] + inout[4];
34 m1 = inout[0] - inout[4];
35 m2 = inout[8] + inout[12];
36 m3 = inout[8] - inout[12]
94 int16 *inout; local
174 int16 *inout; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 27 AidlTest.TestParcelable parcelableInOut(inout AidlTest.TestParcelable p);
30 inout List<AidlTest.TestParcelable> list, int index);
32 inout List<AidlTest.TestParcelable> list, int index);
34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2);
36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2);
37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2);
38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2);
39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
40 String[] stringArray(in String[] a0, out String[] a1, inout String[] a2)
    [all...]
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 28 void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived);
35 void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inout int[] idReceived);
  /bootable/bootloader/legacy/libc/
rsa.c 94 ** Input and output big-endian byte array in inout.
97 uint8_t* inout) {
107 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
108 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
109 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
110 (inout[((key->len - 1 - i) * 4) + 3] << 0);
126 *inout++ = tmp >> 24;
127 *inout++ = tmp >> 16;
128 *inout++ = tmp >> 8;
129 *inout++ = tmp >> 0
    [all...]
  /system/core/libmincrypt/
rsa.c 93 ** Input and output big-endian byte array in inout.
96 uint8_t* inout) {
106 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
107 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
108 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
109 (inout[((key->len - 1 - i) * 4) + 3] << 0);
125 *inout++ = tmp >> 24;
126 *inout++ = tmp >> 16;
127 *inout++ = tmp >> 8;
128 *inout++ = tmp >> 0
    [all...]
  /external/freetype/include/freetype/
ftlist.h 106 /* <InOut> */
123 /* <InOut> */
144 /* <InOut> */
161 /* <InOut> */
ftoutln.h 98 /* <InOut> */
243 /* <InOut> */
290 /* <InOut> */
318 /* <InOut> */
359 /* <InOut> */
387 /* <InOut> */
426 /* <InOut> */
ftmac.h 75 /* <InOut> */
205 /* <InOut> */
240 /* <InOut> */
ftmm.h 283 /* <InOut> */
310 /* <InOut> */
337 /* <InOut> */
ftmodapi.h 184 /* <InOut> */
235 /* <InOut> */
351 /* <InOut> */
385 /* <InOut> */
ftbitmap.h 61 /* <InOut> */
112 /* <InOut> */
ftglyph.h 271 /* <InOut> */
427 /* <InOut> */
    [all...]
  /frameworks/base/location/java/android/location/
ILocationProvider.aidl 50 boolean sendExtraCommand(String command, inout Bundle extras);
ILocationManager.aidl 54 boolean sendExtraCommand(String provider, String command, inout Bundle extras);
  /frameworks/base/include/tts/
TtsEngine.h 49 // @param [inout] void *& - The userdata pointer set in the original
54 // @param [inout] int8_t *& - A buffer of audio data only valid during the
56 // @param [inout] size_t & - The size of the buffer
155 // @param[inout] encoding in: the desired audio sample format
157 // @param[inout] rate in: the desired audio sample rate
159 // @param[inout] channels in: the desired number of audio channels
178 // @param[inout] iosize in: stores the size available to store the
  /external/ipsec-tools/src/racoon/
privsep.c 510 int inout; local
526 memcpy(&inout, bufs[3], sizeof(port));
537 raddr, bufs[2], inout) != 0) {
570 int inout; local
581 memcpy(&inout, bufs[1], sizeof(inout));
593 port, inout);
596 if (isakmp_cfg_accounting_pam(port, inout) != 0) {
991 privsep_accounting_system(port, raddr, usr, inout)
995 int inout;
    [all...]
isakmp_cfg.c     [all...]
  /external/svox/pico/lib/
picodata.c 697 picoos_uint8 * inout,
711 rest += fact * inout[i];
713 inout[i] = rest >> PICODATA_PRECISION;
714 rest -= inout[i] << PICODATA_PRECISION;
722 picoos_uint8 * inout,
736 weighted_sum += inout[i] * weight[i];
739 transDurUniform(frame_duration_exp,array_length,inout,inputdur,targetdur,restdur);
751 rest += fact * inout[i] * weight[i];
753 out = inout[i] + (rest >> PICODATA_PRECISION);
757 rest -= ((out-inout[i]) << PICODATA_PRECISION)
    [all...]
  /frameworks/base/tools/aidl/
aidl_language_l.l 86 inout { SET_BUFFER(INOUT); return INOUT; }
aidl_language.h 121 // in, out or inout
  /external/freetype/src/truetype/
ttpload.c 52 /* <InOut> */
243 /* <InOut> */
324 /* <InOut> */
386 /* <InOut> */
  /external/libvpx/examples/includes/geshi/geshi/
idl.php 50 'readonly', 'in', 'out', 'inout', 'attribute', 'transient', 'removable'
pixelbender.php 31 * 4. Statements * & qualifiers (in, out, inout)
87 'in', 'out', 'inout', 'if', 'else', 'for', 'while', 'do', 'break',
  /system/extras/tests/sdcard/
stopwatch.h 108 // @param str[inout] On entry points to the begining of a buffer
111 // @param size[inout] On entry points to the size of the buffer
  /external/freetype/src/base/
ftbbox.c 57 /* <InOut> */
97 /* <InOut> */
152 /* <InOut> */
209 /* <InOut> */
521 /* <InOut> */

Completed in 1958 milliseconds

1 2 3 4 5