HomeSort by relevance Sort by last modified time
    Searched full:inout (Results 76 - 100 of 343) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
110 // @param [inout] int8_t *& - A buffer of audio data only valid during the
112 // @param [inout] size_t & - The size of the buffer
223 // @param[inout] encoding in: the desired audio sample format
225 // @param[inout] rate in: the desired audio sample rate
227 // @param[inout] channels in: the desired number of audio channels
252 // @param[inout] iosize in: stores the size available to store the
  /system/core/libmincrypt/
rsa.c 96 // Input and output big-endian byte array in inout.
98 uint8_t* inout) {
108 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
109 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
110 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
111 (inout[((key->len - 1 - i) * 4) + 3] << 0);
138 *inout++ = tmp >> 24;
139 *inout++ = tmp >> 16;
140 *inout++ = tmp >> 8;
141 *inout++ = tmp >> 0
    [all...]
  /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...]
  /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...]
  /external/clang/test/Index/
complete-method-decls.m 7 - (id)initWithTwoInts:(inout int)x second:(int)y;
93 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y} (40)
98 // CHECK-CC2: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
104 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
111 // CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
122 // CHECK-CC6: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
155 // CHECK-CCF: NotImplemented:{TypedText inout} (40)
167 // CHECK-CCG: NotImplemented:{TypedText inout} (40)
180 // CHECK-CCH: NotImplemented:{TypedText inout} (40)
  /external/freetype/src/base/
ftbbox.c 78 /* <InOut> */
110 /* <InOut> */
143 /* <InOut> */
187 /* <InOut> */
244 /* <InOut> */
382 /* <InOut> */
  /external/pdfium/third_party/freetype/src/base/
ftbbox.c 78 /* <InOut> */
110 /* <InOut> */
143 /* <InOut> */
187 /* <InOut> */
244 /* <InOut> */
379 /* <InOut> */
  /external/skia/src/gpu/effects/
GrOvalEffect.cpp 41 void onComputeInvariantOutput(GrInvariantOutput* inout) const override;
58 void CircleEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
59 inout->mulByUnknownSingleComponent();
221 void onComputeInvariantOutput(GrInvariantOutput* inout) const override;
240 void EllipseEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
241 inout->mulByUnknownSingleComponent();
GrConfigConversionEffect.h 66 void onComputeInvariantOutput(GrInvariantOutput* inout) const override;
GrCustomXfermodePriv.h 44 void onComputeInvariantOutput(GrInvariantOutput* inout) const override;
GrSimpleTextureEffect.h 75 void onComputeInvariantOutput(GrInvariantOutput* inout) const override;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 582 quad->inout.mask &= zmask;
583 if (quad->inout.mask == 0)
592 if (quad->inout.mask & (1 << j)) {
639 failMask = quad->inout.mask & ~passMask;
640 quad->inout.mask &= passMask;
647 if (quad->inout.mask) {
650 const unsigned origMask = quad->inout.mask;
656 const unsigned zFailMask = origMask & ~quad->inout.mask;
661 const unsigned zPassMask = origMask & quad->inout.mask;
667 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 48 // The |stack| parameter is inout. It is pre-filled with the address,
55 // The |info| parameter is inout. It is pre-filled with the module base
  /external/skia/src/gpu/
GrProcessor.cpp 151 void GrFragmentProcessor::computeInvariantOutput(GrInvariantOutput* inout) const {
152 this->onComputeInvariantOutput(inout);
  /frameworks/base/tests/TransitionTests/res/layout/
crossfade_multiple.xml 24 android:id="@+id/inout"
25 android:text="@string/inout"/>
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 45 "if", "else", "in", "out", "inout", "float", "int", "void", "bool", "true", "false",
  /prebuilts/misc/common/swig/include/2.0.11/d/
dkw.swg 65 DKEYWORD(inout);
  /external/freetype/include/
ftmac.h 75 /* <InOut> */
205 /* <InOut> */
240 /* <InOut> */

Completed in 1758 milliseconds

1 2 34 5 6 7 8 91011>>