/external/wpa_supplicant/ |
eap_gpsk_common.c | 52 size_t i, n, hashlen, left, clen; local 65 left = len; 70 clen = left > hashlen ? hashlen : left; 73 left -= clen; 86 size_t i, n, hashlen, left, clen; local 99 left = len; 104 clen = left > hashlen ? hashlen : left; 107 left -= clen [all...] |
tlsv1_client.c | 253 size_t left, len, i; local 265 left = *in_len; 267 if (left < 4) 283 left -= 4; 285 if (len > left) 433 size_t left, len, list_len, cert_len, idx; local 447 left = *in_len; 449 if (left < 4) { 451 "(len=%lu)", (unsigned long) left); 459 left -= 4 700 size_t left, len; local 789 size_t left, len; local 853 size_t left, len; local 911 size_t left; local 959 size_t left, len, hlen; local [all...] |
eap_pax.c | 140 size_t left; local 159 left = reqDataLen - sizeof(*req); 161 if (left < 2 + EAP_PAX_RAND_LEN) { 178 left -= 2; 183 left -= EAP_PAX_RAND_LEN; 185 if (left > 0) { 187 pos, left); 263 size_t left; local 282 left = reqDataLen - sizeof(*req); 284 if (left < 2 + EAP_PAX_MAC_LEN) [all...] |
aes_wrap.c | 186 size_t i, e, left, total_len; local 196 left = total_len; 202 while (left >= BLOCK_SIZE) { 211 if (left > BLOCK_SIZE) 213 left -= BLOCK_SIZE; 220 if (left || total_len == 0) { 221 for (i = 0; i < left; i++) { 229 cbc[left] ^= 0x80; 294 size_t j, len, left = data_len; local 304 while (left > 0) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_gpsk_common.c | 52 size_t i, n, hashlen, left, clen; local 65 left = len; 71 clen = left > hashlen ? hashlen : left; 74 left -= clen; 87 size_t i, n, hashlen, left, clen; local 100 left = len; 105 clen = left > hashlen ? hashlen : left; 108 left -= clen [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tls_common.c | 271 const u8 **pos, size_t *left) 274 const u8 *end = *pos + *left; 277 if (*left < 4) { 286 *left -= 4; 293 if (*left != 0) { 375 size_t left; local 378 pos = eap_hdr_validate(EAP_VENDOR_IETF, eap_type, respData, &left); 379 if (pos == NULL || left < 1) 382 left--; 390 ret = eap_server_tls_reassemble(data, flags, &pos, &left); [all...] |
eap_peap.c | 648 size_t left; local 653 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, in_data, &left); 660 wpa_hexdump(MSG_DEBUG, "EAP-PEAP: Received TLVs", pos, left); 661 while (left >= 4) { 667 left -= 4; 668 if ((size_t) tlv_len > left) { 670 "(tlv_len=%d left=%lu)", tlv_len, 671 (unsigned long) left); 697 left -= tlv_len; 699 if (left) { 766 size_t left; local 898 size_t left; local [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
sbr_applied.cpp | 129 #define LEFT (0) 185 self->SbrChannel[LEFT].syncState = UPSAMPLING; 195 if (SbrChannel[LEFT].syncState == SBR_ACTIVE && self->setStreamType) 260 } /* (SbrChannel[LEFT].syncState == SBR_ACTIVE && lock) */ 293 eleChannels = (stream->sbrElement [LEFT].ElementID == SBR_ID_CPE) ? 2 : 1; 295 if (SbrChannel[LEFT].syncState == SBR_ACTIVE) 298 sbr_decode_envelope(&(SbrChannel[LEFT].frameData)); 300 decode_noise_floorlevels(&(SbrChannel[LEFT].frameData)); 302 if (! SbrChannel[LEFT].frameData.coupling) 304 sbr_requantize_envelope_data(&(SbrChannel[LEFT].frameData)) [all...] |
/frameworks/base/libs/ui/ |
Region.cpp | 249 bounds.left = INT_MAX; 265 bounds.left = 0; 272 // rect.left, rect.top, rect.right, rect.bottom); 276 } else if (cur->right == rect.left) { 297 if ((p->left != q->left) || (p->right != q->right)) { 313 bounds.left = min(span.itemAt(0).left, bounds.left); 331 b.left = b.left < cur->left ? b.left : cur->left [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_applied.cpp | 129 #define LEFT (0) 185 self->SbrChannel[LEFT].syncState = UPSAMPLING; 195 if (SbrChannel[LEFT].syncState == SBR_ACTIVE && self->setStreamType) 260 } /* (SbrChannel[LEFT].syncState == SBR_ACTIVE && lock) */ 293 eleChannels = (stream->sbrElement [LEFT].ElementID == SBR_ID_CPE) ? 2 : 1; 295 if (SbrChannel[LEFT].syncState == SBR_ACTIVE) 298 sbr_decode_envelope(&(SbrChannel[LEFT].frameData)); 300 decode_noise_floorlevels(&(SbrChannel[LEFT].frameData)); 302 if (! SbrChannel[LEFT].frameData.coupling) 304 sbr_requantize_envelope_data(&(SbrChannel[LEFT].frameData)) [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 126 Node<K, V> parent, left, right; field in class:TreeMap.Node 149 if (left != null) { 150 clone.left = left.clone(clone); 521 node = node.left; 638 node = node.left; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_pax.c | 130 size_t left, plen; local 148 left = req_plen - sizeof(*req); 150 if (left < 2 + EAP_PAX_RAND_LEN) { 167 left -= 2; 172 left -= EAP_PAX_RAND_LEN; 174 if (left > 0) { 176 pos, left); 246 size_t left; local 264 left = req_plen - sizeof(*req); 266 if (left < 2 + EAP_PAX_MAC_LEN) [all...] |
eap_psk.c | 191 size_t buflen, left, data_len, len, plen; local 208 left = len - sizeof(*hdr3); 221 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left); 223 if (left < 4 + 16 + 1) { 226 (unsigned long) left); 265 left -= 4; 269 left -= 16; 277 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left); 279 decrypted = os_malloc(left); 285 os_memcpy(decrypted, msg, left); [all...] |
/frameworks/base/awt/java/awt/geom/ |
RoundRectangle2D.java | 45 * The x coordinate of the rectangle's upper left corner. 50 * The y coordinate of the rectangle's upper left corner. 86 * the x coordinate of the rectangle's upper left corner. 88 * the y coordinate of the rectangle's upper left corner. 141 * the x coordinate of the rectangle's upper left corner. 143 * the y coordinate of the rectangle's upper left corner. 198 * The x coordinate of the rectangle's upper left corner. 203 * The y coordinate of the rectangle's upper left corner. 239 * the x coordinate of the rectangle's upper left corner. 241 * the y coordinate of the rectangle's upper left corner [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
TextDecorator.java | 202 * @param xOffset - offset in X direction to the upper left corner of the 204 * @param yOffset - offset in Y direction to the upper left corner of the 274 * @param xOffset - offset in X direction to the upper left corner 276 * @param yOffset - offset in Y direction to the upper left corner 289 float left = xOffset + (float) trs.getLogicalBounds().getMinX(); local 299 g2d.draw(new Line2D.Float(left, y, right, y)); 305 g2d.draw(new Line2D.Float(left, y, right, y)); 311 g2d.draw(new Line2D.Float(left, y, right, y)); 315 g2d.draw(new Line2D.Float(left, y, right, y)); 398 float left = (float) trs.getLogicalBounds().getMinX() - trs.x local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarView.java | 136 //Update the current time line every five minutes if the window is left open that long 427 mEventTextPaint.setTextAlign(Paint.Align.LEFT); 1721 float left = mHoursWidth; local 2009 int left = (int) ev.left; local 2966 int left = mHoursWidth + (mSelectionDay - mFirstJulianDay) * (cellWidth + DAY_GAP); local [all...] |
/external/webkit/WebCore/css/ |
mediaControlsQuickTime.css | 46 margin-left: 2px; 53 margin-left: 6px; 133 margin-left: 7px; 144 margin-left: 6px; 153 margin-left: 6px; 168 margin-left: 10px; 184 margin-left: 7px;
|
/external/qemu/distrib/zlib-1.2.3/ |
infback.c | 122 left = strm->avail_out; \ 133 strm->avail_out = left; \ 203 if (left == 0) { \ 205 left = state->wsize; \ 206 state->whave = left; \ 207 if (out(out_desc, put, left)) { \ 251 unsigned have, left; /* available input and output */ local 278 left = state->wsize; 337 if (copy > left) copy = left; [all...] |
/external/webkit/WebCore/platform/mac/ |
KeyEventMac.mm | 42 case 55: // Left Command 48 case 56: // Left Shift 52 case 58: // Left Alt 56 case 59: // Left Ctrl 230 // "Left" 232 return "Left"; 409 // VK_LWIN (5B) Left windows/meta key 410 case 55: // Left Command 418 case 56: // Left Shift 423 case 58: // Left Al [all...] |
/external/zlib/ |
infback.c | 122 left = strm->avail_out; \ 133 strm->avail_out = left; \ 203 if (left == 0) { \ 205 left = state->wsize; \ 206 state->whave = left; \ 207 if (out(out_desc, put, left)) { \ 251 unsigned have, left; /* available input and output */ local 278 left = state->wsize; 337 if (copy > left) copy = left; [all...] |
/frameworks/base/docs/html/intl/ja/guide/topics/ |
fundamentals.jd | 329 <p style="margin-left: 2em">{@code FLAG_ACTIVITY_NEW_TASK} <br/>{@code FLAG_ACTIVITY_CLEAR_TOP} <br/>{@code FLAG_ACTIVITY_RESET_TASK_IF_NEEDED} <br/>{@code FLAG_ACTIVITY_SINGLE_TOP}</p> 334 <p style="margin-left: 2em">{@code taskAffinity} <br/>{@code launchMode} <br/>{@code allowTaskReparenting} <br/>{@code clearTaskOnLaunch} <br/>{@code alwaysRetainTaskState} <br/>{@code finishOnTaskLaunch}</p> 367 <p style="margin-left: 2em">"{@code standard}"?????? ????<br>"{@code singleTop}"<br>"{@code singleTask}"<br>"{@code singleInstance}"</p> 532 <p style="margin-left: 2em"> [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 74 * Rule that aligns a child's right edge with another child's left edge. 78 * Rule that aligns a child's left edge with another child's right edge. 95 * Rule that aligns a child's left edge with another child's left edge. 112 * Rule that aligns the child's left edge with its RelativeLayout 113 * parent's left edge. 153 private int mGravity = Gravity.LEFT | Gravity.TOP; 188 * effect if the gravity is <code>Gravity.LEFT | Gravity.TOP</code>. 204 * <code>Gravity.LEFT | Gravity.TOP</code>. 217 gravity |= Gravity.LEFT; 339 int left = Integer.MAX_VALUE; local 884 int left = (myWidth - childWidth) \/ 2; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.c | 189 size_t i, e, left, total_len; local 199 left = total_len; 205 while (left >= BLOCK_SIZE) { 214 if (left > BLOCK_SIZE) 216 left -= BLOCK_SIZE; 223 if (left || total_len == 0) { 224 for (i = 0; i < left; i++) { 232 cbc[left] ^= 0x80; 299 size_t j, len, left = data_len; local 309 while (left > 0) [all...] |
/external/guava/javadoc/ |
constant-values.html | 94 <TH ALIGN="left"><FONT SIZE="+2"> 103 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A></TH> 108 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Chars.html#BYTES">BYTES</A></CODE></TD> 121 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A></TH> 126 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Ints.html#BYTES">BYTES</A></CODE></TD> 139 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A></TH> 144 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Longs.html#BYTES">BYTES</A></CODE></TD> 157 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A></TH> 162 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Shorts.html#BYTES">BYTES</A></CODE></TD>
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 23 The default joystick setting is for joystick left/right movement to control turning and for joystick forward/backward movement to control moving forward/backward. For optional strafing, add the 'sidestep' feature to one of your buttons (via the Customize menu). For optional looking, add the 'mouse look' feature to one of your buttons (also via the Customize menu).
31 joyyawsensitivity - controls the speed that you look left to right
38 joyyawthreshold - controls the dead-zone for looking left and right
62 joyadvaxisx - controls mapping of DirectInput axis X (typically joystick left and right)
66 joyadvaxisu - controls mapping of DirectInput axis U (custom axis - Assassin 3D trackball left and right, WingMan Warrior SpinControl and SpaceOrb roll)
73 4 = Axis is for turning left and right (yaw)
74 Additionally, each axis can be designated as an absolute axis (like a joystick) or a relative axis (like the FPgaming trackball or the WingMan Warrior SpinControl). Absolute axes are defined as having a stopping position whereas relative axes don't have a stopping position and just go around and around. To designate an axis as a relative axis, add 16 to the above control number. For example, to set the Assassin 3D's axis U to be looking left and right, type 'joyadvaxisu 20'. As another example, to make your rudder pedals contol turning left and right, type 'joyadvaxisr 4'. It's a bit complicated, but only needs to be done once.
150 Here is a config file for making your joystick operate looking around and strafing, your rudder pedals control turning left and right and throttle control moving forward and backward:
|