Searched defs:set (Results 51 - 54 of 54) sorted by relevance

123

/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c389 * Configures blit entry to set src2 is the same as the destination
1185 * If vertical and horizontal flip flags are set it means a 180 rotation
1283 static void rgz_batch_entry(struct rgz_blt_entry* e, unsigned int flag, unsigned int set) argument
1287 e->bp.batchflags |= set;
1626 /* Always set to 0, src buffers will contain rotation values as needed */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c625 /* Return sum of lengths of a specific set of precedences */
640 /* Priority peek from a specific set of precedences */
669 /* Priority dequeue from a specific set of precedences */
869 * be set to NULL if token delimiter is not required).
1232 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set) argument
1259 if (!set) {
2280 /* Test if bit is set in byte array. */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h372 // probably other compilers set that too in C++11 mode.
2556 // tl.set(150); // Changes the value for thread 2 only.
2561 // tl.set(200);
2599 void set(const T& value) { *pointer() = value; } function in class:std::tr1::ThreadLocal
2680 void set(const T& value) { value_ = value; } function in class:std::tr1::ThreadLocal
2904 // Environment variables which we programmatically clear will be set to the
3072 #include <set>
7497 ::std::set<const char*> defined_test_names_;
8230 // if the gtest_death_test_style flag is set to an invalid value.
8233 // argument is set
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h125 uint count; /* # rates in this set */
126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
158 uint count; /* # rates in this set */
159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
173 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
200 uint count; /* # rates in this set */
201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
218 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
488 uint32 count; /* # rates in this set */
489 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set i
1249 uint8 set; /* 1=set IOCTL; 0=query IOCTL */ member in struct:wl_ioctl
5508 uint8 set; /* Set number */ member in struct:wl_el_set_params_s
5514 uint8 set; member in struct:wl_el_tag_params_s
[all...]

Completed in 191 milliseconds

123