HomeSort by relevance Sort by last modified time
    Searched full:short (Results 976 - 1000 of 5109) sorted by null

<<31323334353637383940>>

  /external/iproute2/lib/
ll_proto.c 105 const char * ll_proto_n2a(unsigned short id, char *buf, int len)
119 int ll_proto_a2n(unsigned short *id, char *buf)
  /external/kernel-headers/original/asm-x86/
processor_32.h 77 unsigned short x86_clflush_size;
129 extern unsigned short num_cache_leaves;
252 unsigned short cwd;
253 unsigned short swd;
254 unsigned short twd;
255 unsigned short fop;
295 unsigned short back_link,__blh;
297 unsigned short ss0,__ss0h;
299 unsigned short ss1,__ss1h; /* ss1 is used to cache MSR_IA32_SYSENTER_CS */
301 unsigned short ss2,__ss2h
    [all...]
  /external/kernel-headers/original/linux/
i2c.h 82 unsigned short flags,
156 unsigned short addr; /* chip address - NOTE: 7bit */
201 unsigned short flags, char read_write,
279 unsigned short *normal_i2c;
280 unsigned short *probe;
281 unsigned short *ignore;
282 unsigned short **forces;
506 static unsigned short var[I2C_CLIENT_MAX_OPTS] = I2C_CLIENT_DEFAULTS; \
508 module_param_array(var, short, &var##_num, 0); \
536 static unsigned short *forces[] = {
    [all...]
shm.h 30 unsigned short shm_nattch; /* no. of current attaches */
31 unsigned short shm_unused; /* compatibility */
  /external/libffi/src/sh/
sysv.S 609 .short L_case_v - 0b /* FFI_TYPE_VOID */
610 .short L_case_i - 0b /* FFI_TYPE_INT */
612 .short L_case_f - 0b /* FFI_TYPE_FLOAT */
613 .short L_case_d - 0b /* FFI_TYPE_DOUBLE */
614 .short L_case_d - 0b /* FFI_TYPE_LONGDOUBLE */
616 .short L_case_i - 0b /* FFI_TYPE_FLOAT */
617 .short L_case_ll - 0b /* FFI_TYPE_DOUBLE */
618 .short L_case_ll - 0b /* FFI_TYPE_LONGDOUBLE */
620 .short L_case_uq - 0b /* FFI_TYPE_UINT8 */
621 .short L_case_q - 0b /* FFI_TYPE_SINT8 *
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_4byte.c 13 unsigned short a;
14 unsigned short b;
cls_5byte.c 12 unsigned short a;
13 unsigned short b;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_dreamcast.h 32 typedef signed short int16_t;
33 typedef unsigned short uint16_t;
  /external/quake/quake/src/QW/client/
d_local.h 93 extern short *d_pzbuffer;
105 extern short *zspantable[MAXHEIGHT];
vid.h 38 unsigned short *colormap16; // 256 * VID_GRADES size
57 extern unsigned short d_8to16table[256];
  /external/quake/quake/src/WinQuake/
d_local.h 93 extern short *d_pzbuffer;
105 extern short *zspantable[MAXHEIGHT];
vid.h 38 unsigned short *colormap16; // 256 * VID_GRADES size
57 extern unsigned short d_8to16table[256];
vid_null.cpp 31 short zbuffer[BASEWIDTH*BASEHEIGHT];
34 unsigned short d_8to16table[256];
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 25 typedef short typeSample; // for input and output samples
26 typedef short typeCoeff; // FIR filter coefficients
  /external/webkit/WebCore/bindings/js/
JSWebGLShortArrayCustom.cpp 41 impl()->set(index, static_cast<signed short>(value.toInt32(exec)));
57 impl()->set(index, static_cast<signed short>(args.at(1).toInt32(exec)));
JSWebGLUnsignedShortArrayCustom.cpp 41 impl()->set(index, static_cast<unsigned short>(value.toInt32(exec)));
57 impl()->set(index, static_cast<unsigned short>(args.at(1).toInt32(exec)));
  /external/webkit/WebCore/dom/
NodeFilter.h 73 short acceptNode(ScriptState*, Node*) const;
78 short acceptNode(Node* node) const { return acceptNode(scriptStateFromNode(mainThreadNormalWorld(), node), node); }
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-array-parameters.html 15 <input type="button" name="short" value="Send short array" onClick="document.arraytestapplet.shortFunction(new Array(0, 1, 2))"/><br>
  /external/webkit/WebCore/rendering/style/
StyleVisualData.h 55 short counterIncrement; // ok, so these are not visual mode specific
56 short counterReset; // can't go to inherited, since these are not inherited
  /external/webkit/WebCore/storage/
IDBRequest.h 53 unsigned short readyState() const { return m_readyState; }
76 unsigned short m_readyState;
  /external/webkit/WebCore/svg/
SVGColor.cpp 58 unsigned short SVGColor::colorType() const
95 void SVGColor::setColor(unsigned short colorType, const String& /* rgbColor */ , const String& /* iccColor */, ExceptionCode&)
SVGLength.h 83 void newValueSpecifiedUnits(unsigned short, float valueInSpecifiedUnits);
84 void convertToSpecifiedUnits(unsigned short, const SVGElement* context);
SVGPathSegCurvetoCubicSmooth.h 60 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; }
71 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; }
SVGPathSegCurvetoQuadratic.h 60 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; }
71 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; }
SVGZoomAndPan.cpp 41 unsigned short SVGZoomAndPan::zoomAndPan() const
46 void SVGZoomAndPan::setZoomAndPan(unsigned short zoomAndPan)

Completed in 100 milliseconds

<<31323334353637383940>>