/system/wlan/ti/wilink_6_1/utils/ |
D | rate.c | 542 TI_UINT8 *string, in rate_DrvBitmapToNetStr() argument 552 string[i++] = NET_RATE_1M_BASIC; in rate_DrvBitmapToNetStr() 556 string[i++] = NET_RATE_1M; in rate_DrvBitmapToNetStr() 564 string[i++] = NET_RATE_2M_BASIC; in rate_DrvBitmapToNetStr() 568 string[i++] = NET_RATE_2M; in rate_DrvBitmapToNetStr() 576 string[i++] = NET_RATE_5_5M_BASIC; in rate_DrvBitmapToNetStr() 580 string[i++] = NET_RATE_5_5M; in rate_DrvBitmapToNetStr() 588 string[i++] = NET_RATE_11M_BASIC; in rate_DrvBitmapToNetStr() 592 string[i++] = NET_RATE_11M; in rate_DrvBitmapToNetStr() 600 string[i++] = NET_RATE_22M_BASIC; in rate_DrvBitmapToNetStr() [all …]
|
D | rate.h | 155 …tStr (TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, T… 156 TI_STATUS rate_NetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len); 157 TI_STATUS rate_NetBasicStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len); 158 TI_STATUS rate_McsNetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | utils.c | 588 UINT8 *string, UINT32 *len, in bitMapToNetworkStringRates() argument 597 string[i++] = NET_RATE_1M_BASIC; in bitMapToNetworkStringRates() 599 string[i++] = NET_RATE_1M; in bitMapToNetworkStringRates() 604 string[i++] = NET_RATE_2M_BASIC; in bitMapToNetworkStringRates() 606 string[i++] = NET_RATE_2M; in bitMapToNetworkStringRates() 611 string[i++] = NET_RATE_5_5M_BASIC; in bitMapToNetworkStringRates() 613 string[i++] = NET_RATE_5_5M; in bitMapToNetworkStringRates() 618 string[i++] = NET_RATE_11M_BASIC; in bitMapToNetworkStringRates() 620 string[i++] = NET_RATE_11M; in bitMapToNetworkStringRates() 625 string[i++] = NET_RATE_22M_BASIC; in bitMapToNetworkStringRates() [all …]
|
D | utils.h | 195 UINT8 *string, UINT32 *len, 198 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len); 199 void networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len); 219 void TiWlanIntToStr(UINT8 number , char *string, UINT8 radix);
|
/system/core/sh/ |
D | mystring.c | 95 prefix(const char *pfx, const char *string) in prefix() argument 98 if (*pfx++ != *string++) in prefix()
|
D | expand.c | 944 ifsbreakup(char *string, struct arglist *arglist) in ifsbreakup() argument 955 start = string; in ifsbreakup() 971 p = string + ifsp->begoff; in ifsbreakup() 974 while (p < string + ifsp->endoff) { in ifsbreakup() 1009 for (; p < string + ifsp->endoff; p++) { in ifsbreakup() 1331 patmatch(char *pattern, char *string, int squoted) in patmatch() argument 1335 return 1 - pmatch(pattern + 2, string); in patmatch() 1338 return pmatch(pattern, string, squoted); in patmatch() 1343 pmatch(char *pattern, char *string, int squoted) in pmatch() argument 1349 q = string; in pmatch()
|
D | nodetypes | 44 # string - a pointer to a nul terminated string 91 var string # the for variable 111 text string # the text of the word
|
D | input.c | 481 setinputstring(char *string, int push) in setinputstring() argument 486 parsenextc = string; in setinputstring() 487 parselleft = parsenleft = strlen(string); in setinputstring()
|
D | TOUR | 109 string was going to be: 190 The locations of these commands in the string are indicated by 263 same string as the value (using the format "name=value") so that 264 no string copying is needed to create the environment of a com- 343 input to come from a string rather than a file. (This is for the
|
/system/core/adb/ |
D | OVERVIEW.TXT | 86 1. A 4-byte hexadecimal string giving the length of the payload 93 2. Send the string "000Chost:version" to the corresponding socket 101 1. For success, the 4-byte "OKAY" string 103 2. For failure, the 4-byte "FAIL" string, followed by a 104 4-byte hex length, followed by a string giving the reason 108 hex string corresponding to the server's internal version number
|
D | SERVICES.TXT | 11 hex string corresponding to its internal version number, without 22 and a string that will be dumped as-is by the client, then 92 Returns the state of a given device as a string. 203 the corresponding IP address as a 4-byte string. 224 <hex4>: the length of all content as a 4-char hexadecimal string
|
D | protocol.txt | 47 is represented by a quoted string or an empty string if none should be 56 --- CONNECT(version, maxdata, "system-identity-string") ---------------- 72 The system identity string should be "<systemtype>:<serialno>:<banner>" 75 or identifier string (informational only).
|
/system/media/opensles/tests/sandbox/ |
D | object.c | 49 const char *string = slesutObjectIDToString(objectID); in main() local 50 if (NULL != string) in main() 51 printf(" (%s)", string); in main()
|
/system/core/libcutils/ |
D | private.h | 247 char * icpyalloc P((const char * string)); 252 const char * scheck P((const char * string, const char * format));
|
/system/core/include/acc/ |
D | acc.h | 60 const ACCchar** string,
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 64 void ARMAssemblerProxy::comment(const char* string) { in comment() argument 65 mTarget->comment(string); in comment()
|
D | ARMAssemblerProxy.h | 48 virtual void comment(const char* string);
|
D | ARMAssembler.h | 58 virtual void comment(const char* string);
|
D | ARMAssembler.cpp | 103 void ARMAssembler::comment(const char* string) in comment() argument 105 mComments.add(mPC, string); in comment()
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
D | Makefile | 77 OS_SRCS += $(DK_ROOT)/pform/linux/src/string.c
|
/system/core/debuggerd/ |
D | debuggerd.c | 619 write_string(const char* file, const char* string) in write_string() argument 625 len = strlen(string); in write_string() 628 amt = write(fd, string, len); in write_string()
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/ |
D | Makefile | 60 OS_SRCS += $(DK_ROOT)/platforms/os/linux/src/string.c
|
/system/core/init/ |
D | readme.txt | 210 write <path> <string> [ <string> ]*
|
/system/wlan/ti/sta_dk_4_0_4_32/config/ |
D | tiwlan.ini | 52 #the size is the len of the string - spaces = number of bytes
|
/system/wlan/ti/wilink_6_1/config/ |
D | tiwlan.ini | 84 #the size is the len of the string - spaces = number of bytes
|