Searched defs:more (Results 1 - 25 of 59) sorted by relevance

123

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ee.c100 tNFC_STATUS NFC_SetRouting (BOOLEAN more, argument
106 return nci_snd_set_routing_cmd (more, nfcee_id, num_tlv, tlv_size, p_param_tlvs);
H A Dnfc_ncif.c237 /* check if there are more data to send */
257 /* If there are commands waiting in the xmit queue, or if the controller cannot accept any more commands, */
742 evt_data.result.more = *p++;
1150 UINT8 more, num_entries, xx, yy, *pn, tl; local
1155 more = *p++;
1159 if ((more == FALSE) && (xx == (num_entries - 1)))
/external/chromium_org/third_party/npapi/npspy/common/
H A Dplugload.cpp160 BOOL more = TRUE; local
161 while(more)
167 more = FALSE;
/external/clang/test/CodeGen/
H A Dblockstret.c16 char more[32]; member in struct:bigbig
/external/jpeg/
H A Dansi2knr.c93 Agreement (except that you may choose to grant more extensive
327 char *more; local
382 more = ++line;
387 switch ( *skipspace(more, 1) )
392 fputs(more, out);
401 /* more might be. */
403 strcpy(buf, more);
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c93 Agreement (except that you may choose to grant more extensive
327 char *more; local
382 more = ++line;
387 switch ( *skipspace(more, 1) )
392 fputs(more, out);
401 /* more might be. */
403 strcpy(buf, more);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
/external/wpa_supplicant_8/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
/external/elfutils/libdwfl/
H A Dcore-file.c12 General Public License for more details.
65 be replaced by more diddling inside libelf internals. */
189 /* Never read more than this much without mmap. */
245 which might be more useful than what we have.
289 inline bool more (size_t size) function
313 if (! more (minread))
316 /* See how much more we can get of what the caller wants. */
317 (void) more (*buffer_available);
321 (void) more (elf->maximum_size - start);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c583 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument
592 * 2 bytes (more=FALSE and num routing entries=0) */
608 UINT8_TO_STREAM (pp, more);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
201 u8 frag_id, u8 more,
207 more, 0, 100 + len);
384 * one if there is more than one pending SD query.
385 * Though, that would eat more memory, so there are
581 int more = 0;
607 more = 1;
613 p2p->sd_frag_id, more,
617 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
618 p2p->sd_frag_id, more, (in
197 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
201 u8 frag_id, u8 more,
207 more, 0, 100 + len);
384 * one if there is more than one pending SD query.
385 * Though, that would eat more memory, so there are
581 int more = 0;
607 more = 1;
613 p2p->sd_frag_id, more,
617 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
618 p2p->sd_frag_id, more, (in
197 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
201 u8 frag_id, u8 more,
207 more, 0, 100 + len);
384 * one if there is more than one pending SD query.
385 * Though, that would eat more memory, so there are
581 int more = 0;
607 more = 1;
613 p2p->sd_frag_id, more,
617 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
618 p2p->sd_frag_id, more, (in
197 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Ddrive_banners.js178 var more; variable
184 more = util.createChild(links,
186 more.textContent = str('DRIVE_WELCOME_CHECK_ELIGIBILITY');
187 more.href = str('GOOGLE_DRIVE_REDEEM_URL');
190 more = util.createChild(links, 'plain-link', 'a');
191 more.textContent = str('DRIVE_LEARN_MORE');
192 more.href = str('GOOGLE_DRIVE_OVERVIEW_URL');
194 more.tabIndex = '13'; // See: go/filesapp-tabindex.
195 more.target = '_blank';
606 var learnMore = create(panel, 'a', 'learn-more plai
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp401 bool more = true; local
406 more = false;
415 } while (more);
H A DSkAnimatorScript2.cpp506 bool more = true; local
511 more = false;
520 } while (more);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c14 * GNU General Public License for more details.
255 char rem_addr[128], local_addr[128], more[512]; local
270 more[0] = 0;
275 &uid, &timeout, &inode, more);
289 char rem_addr[128], local_addr[128], more[512]; local
304 more[0] = 0;
309 &uid, &timeout, &inode, more);
323 char rem_addr[128], local_addr[128], more[512]; local
338 more[0] = 0;
343 &uid, &timeout, &inode, more);
355 char buf[256], more[256]; local
393 char more[256], ifc[32]; local
[all...]
/external/skia/src/animator/
H A DSkAnimatorScript.cpp401 bool more = true; local
406 more = false;
415 } while (more);
H A DSkAnimatorScript2.cpp506 bool more = true; local
511 more = false;
520 } while (more);
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.cc52 // there are no more additional visits to expire by this reader.
77 bool more = static_cast<int>(visits->size()) == max_visits; local
78 if (!more)
81 return more;
116 // we think there might be more items to expire. This timeout is used when the
305 // For now, we explicitly add all known readers. If we come up with more
351 // Note: if we ever need to broadcast changes to more than just typed URLs,
503 // Not bookmarked and no more visits. Nuke the url.
597 // If there are more items to expire, add the reader back to the queue, thus
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc64 // there are no more additional visits to expire by this reader.
89 bool more = static_cast<int>(visits->size()) == max_visits; variable
90 if (!more)
93 return more;
128 // we think there might be more items to expire. This timeout is used when the
333 // For now, we explicitly add all known readers. If we come up with more
507 // Not bookmarked and no more visits. Nuke the url.
604 // If there are more items to expire, add the reader back to the queue, thus
/external/chromium_org/third_party/zlib/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
487 * This function could be more sophisticated to provide closer upper bounds for
797 * more output space, but possibly with both pending and
815 /* User must not provide more inpu
1453 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/external/libppp/src/
H A Dfsm.h115 } more; member in struct:fsm
/external/linux-tools-perf/
H A Dbuiltin-top.c242 int more; local
258 more = symbol__annotate_printf(symbol, syme->map, top.sym_evsel->idx,
264 if (more != 0)
265 printf("%d lines not displayed, maybe increase display entries [e]\n", more);
1046 "only display functions with more events than this"),
1064 "be more verbose (show counter open errors, etc)"),

Completed in 3091 milliseconds

123