Home
last modified time | relevance | path

Searched refs:in_use (Results 1 - 25 of 41) sorted by relevance

12

/third_party/python/Python/
H A Dthread_pthread_stubs.h129 bool in_use; member
145 if (!py_tls_entries[idx].in_use) { in pthread_key_create()
146 py_tls_entries[idx].in_use = true; in pthread_key_create()
157 if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].in_use) { in pthread_key_delete()
160 py_tls_entries[key].in_use = false; in pthread_key_delete()
168 if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].in_use) { in pthread_getspecific()
177 if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].in_use) { in pthread_setspecific()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c63 if (!heap->in_use && heap->size >= size) { in nouveau_heap_alloc()
70 r->in_use = 1; in nouveau_heap_alloc()
101 r->in_use = 0; in nouveau_heap_free()
103 if (r->next && !r->next->in_use) { in nouveau_heap_free()
116 if (r->prev && !r->prev->in_use) { in nouveau_heap_free()
H A Dnouveau_heap.h35 * The first node will remain with in_use == 0 even if the whole heap is
37 * in_use == 0 nodes. If a node is freed and it has one (or both) adjacent
55 int in_use; member
/third_party/backends/sanei/
H A Dsanei_pio.c122 u_int in_use; /* port in use? */ member
393 if (port[n].in_use) in pio_open()
402 port[n].in_use = 1; in pio_open()
435 if (!p->in_use) in sanei_pio_close()
444 p->in_use = 0; in sanei_pio_close()
455 if (!port[fd].in_use) in sanei_pio_read()
467 if (!port[fd].in_use) in sanei_pio_write()
H A Dsanei_pa4s2.c163 u_int in_use; /* port in use? */ member
437 if (port[n].in_use == SANE_TRUE) in pa4s2_open()
455 DBG (6, "pa4s2_open: name=%s in_use=SANE_TRUE\n", dev); in pa4s2_open()
457 DBG (6, "pa4s2_open: base=0x%03lx in_use=SANE_TRUE\n", base); in pa4s2_open()
460 port[n].in_use = SANE_TRUE; in pa4s2_open()
474 port[n].in_use = SANE_FALSE; in pa4s2_open()
494 port[n].in_use = SANE_FALSE; in pa4s2_open()
868 port[fd].in_use = SANE_FALSE; in pa4s2_close()
951 if (port[fd].in_use == SANE_FALSE) in sanei_pa4s2_scsi_pp_get_status()
1017 if (port[fd].in_use in sanei_pa4s2_scsi_pp_reg_select()
[all...]
H A Dsanei_ab306.c86 u_int in_use : 1, /* port in use? */ member
257 if (port[i].in_use) in sanei_ab306_open()
315 port[i].in_use = 1; in sanei_ab306_open()
326 if (p->in_use) in sanei_ab306_close()
333 p->in_use = 0; in sanei_ab306_close()
H A Dsanei_pp.c130 u_int in_use; /**< port in use? */ member
782 if( port[i].in_use == SANE_TRUE) { in pp_open()
793 port[i].in_use = SANE_TRUE; in pp_open()
803 port[i].in_use = SANE_FALSE; in pp_open()
818 port[i].in_use = SANE_FALSE; in pp_open()
880 port[fd].in_use = SANE_FALSE;
938 if( port[fd].in_use == SANE_FALSE ) {
H A Dsanei_DomainOS.c107 u_int in_use : 1; /* is this DomainFdInfo in use? */ member
163 if (!DomainFdInfo[fd].in_use) in DomainSCSIOpen()
218 DomainFdInfo[fd].in_use = 1; in DomainSCSIOpen()
228 DomainFdInfo[com->fd].in_use = 0; in DomainSCSIClose()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c262 uint8_t in_use[COLOR_HASH_SIZE] = { 0 }; in WebPGetColorPalette() local
280 if (!in_use[key]) { in WebPGetColorPalette()
282 in_use[key] = 1; in WebPGetColorPalette()
303 if (in_use[i]) { in WebPGetColorPalette()
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h160 size_t in_use = end_ - begin_; in Grow() local
171 memcpy(new_storage, begin_, sizeof(T) * in_use); in Grow()
174 end_ = new_storage + in_use; in Grow()
/third_party/python/Modules/_sqlite/
H A Dstatement.h36 int in_use; member
H A Dstatement.c91 self->in_use = 0; in pysqlite_statement_create()
H A Dcursor.c133 if (self->in_use && self->st) { in stmt_reset()
139 self->in_use = 0; in stmt_reset()
776 self->in_use = 1; in stmt_mark_dirty()
859 if (self->statement->in_use) { in _pysqlite_query_execute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c632 bool in_use = FALSE; in macsec_qca_get_available_receive_sc() local
636 &in_use); in macsec_qca_get_available_receive_sc()
640 if (!in_use) { in macsec_qca_get_available_receive_sc()
827 bool in_use = FALSE; in macsec_qca_get_available_transmit_sc() local
831 &in_use)) in macsec_qca_get_available_transmit_sc()
834 if (!in_use) { in macsec_qca_get_available_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c654 bool in_use = false; in macsec_qca_get_available_receive_sc() local
658 &in_use); in macsec_qca_get_available_receive_sc()
662 if (!in_use) { in macsec_qca_get_available_receive_sc()
849 bool in_use = false; in macsec_qca_get_available_transmit_sc() local
853 &in_use)) in macsec_qca_get_available_transmit_sc()
856 if (!in_use) { in macsec_qca_get_available_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h96 Boolean in_use; /* bool inUse (read only) */ member
124 Boolean in_use; /* bool inUse (read only) */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.h96 bool in_use; /* bool inUse (read only) */ member
124 bool in_use; /* bool inUse (read only) */ member
/third_party/ntfs-3g/ntfsprogs/
H A Dutils.c1022 int in_use; in mft_next_record() local
1025 in_use = utils_mftrec_in_use(ctx->vol, (MFT_REF) ctx->mft_num); in mft_next_record()
1026 if (in_use == -1) { in mft_next_record()
1032 if (in_use) { in mft_next_record()
1097 } else { // !in_use in mft_next_record()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_shared.c424 int in_use = hostapd_sae_pw_id_in_use(hapd->conf); in hostapd_ext_capab_byte() local
426 if (in_use) in hostapd_ext_capab_byte()
429 if (in_use == 2) in hostapd_ext_capab_byte()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_shared.c387 int in_use = hostapd_sae_pw_id_in_use(hapd->conf); in hostapd_ext_capab_byte() local
389 if (in_use) in hostapd_ext_capab_byte()
392 if (in_use == 2) in hostapd_ext_capab_byte()
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h141 uint8_t in_use; member
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c883 if (ah->in_use && ah->wsi == wsi) { in rops_destroy_role_h1()
886 ah->in_use = 0; in rops_destroy_role_h1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c148 Boolean in_use = FALSE; in fst_find_free_session_id() local
153 in_use = TRUE; in fst_find_free_session_id()
157 if (!in_use) { in fst_find_free_session_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_session.c148 bool in_use = false; in fst_find_free_session_id() local
153 in_use = true; in fst_find_free_session_id()
157 if (!in_use) { in fst_find_free_session_id()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c653 if (ah->in_use && ah->wsi == wsi) { in rops_destroy_role_h2()
655 ah->in_use = 0; in rops_destroy_role_h2()

Completed in 23 milliseconds

12