HomeSort by relevance Sort by last modified time
    Searched defs:fixed (Results 51 - 75 of 85) sorted by null

1 23 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 246 * - fixed
271 /// Generate floating-point output in fixed-point notation.
272 static const fmtflags fixed = _S_fixed; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
960 /// Calls base.setf(ios_base::fixed, ios_base::floatfield).
962 fixed(ios_base& __base) function
964 __base.setf(ios_base::fixed, ios_base::floatfield);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 246 * - fixed
271 /// Generate floating-point output in fixed-point notation.
272 static const fmtflags fixed = _S_fixed; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
960 /// Calls base.setf(ios_base::fixed, ios_base::floatfield).
962 fixed(ios_base& __base) function
964 __base.setf(ios_base::fixed, ios_base::floatfield);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 246 * - fixed
271 /// Generate floating-point output in fixed-point notation.
272 static const fmtflags fixed = _S_fixed; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
960 /// Calls base.setf(ios_base::fixed, ios_base::floatfield).
962 fixed(ios_base& __base) function
964 __base.setf(ios_base::fixed, ios_base::floatfield);
  /external/bison/src/
vcg.h 132 fixed, enumerator in enum:arrow_mode
177 hidden by folding or edge classes) does not have fixed specified
186 fixed location specification. The layout algorithm partitioned all
189 for the nodes automatically, if no fixed levels are given.
777 /* Arrow mode fixed (default) should be used, if port sharing is used,
778 because then, only a fixed set of rotations for the arrow heads are
783 arrow mode is fixed, then the arrow head is rotated only in steps of
785 Default is fixed. */
833 of the fixed size of the window that shows the graph, we normally
    [all...]
  /external/flac/include/FLAC/
format.h 146 /** The maximum order of the fixed predictors permitted by the format. */
269 FLAC__SUBFRAME_TYPE_FIXED = 2, /**< fixed polynomial prediction */
295 /** FIXED subframe. (c.f. <A HREF="../format.html#subframe_fixed">format specification</A>)
347 FLAC__Subframe_Fixed fixed; member in union:__anon5819::__anon5820
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
  /external/libxml2/
tree.c 5049 const xmlChar* fixed; local
    [all...]
  /external/v8/src/
liveobjectlist.cc 545 FixedArray* fixed = FixedArray::cast(obj); local
551 fixed->length());
    [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /bionic/libc/kernel/common/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /development/ndk/platforms/android-3/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /external/chromium/third_party/libevent/
evdns.c 2841 FIXED_INFO *fixed; local
    [all...]
  /external/kernel-headers/original/linux/
wireless.h 179 * - Add flags to frequency -> auto/fixed
398 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
403 * Note : if the number of args is fixed and the size < 16 octets,
634 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
663 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 179 * - Add flags to frequency -> auto/fixed
410 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
415 * Note : if the number of args is fixed and the size < 16 octets,
664 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
706 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 179 * - Add flags to frequency -> auto/fixed
410 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
415 * Note : if the number of args is fixed and the size < 16 octets,
672 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
714 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c 800 NDIS_802_11_FIXED_IEs *fixed; local
829 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
830 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
831 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
832 r->tsf = WPA_GET_LE64(fixed->Timestamp);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 877 NDIS_802_11_FIXED_IEs *fixed; local
906 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
907 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
908 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
909 r->tsf = WPA_GET_LE64(fixed->Timestamp);
    [all...]
wireless_copy.h 202 * - Add flags to frequency -> auto/fixed
435 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
440 * Note : if the number of args is fixed and the size < 16 octets,
699 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
741 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 179 * - Add flags to frequency -> auto/fixed
410 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
415 * Note : if the number of args is fixed and the size < 16 octets,
661 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
690 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param

Completed in 2234 milliseconds

1 23 4