HomeSort by relevance Sort by last modified time
    Searched full:nstate (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); local
47 if (nstate == NULL) {
50 *nstate = *state;
51 return nstate;
57 struct pipe_depth_stencil_alpha_state *nstate = CALLOC_STRUCT(pipe_depth_stencil_alpha_state); local
59 if (nstate == NULL) {
62 *nstate = *state;
63 return nstate;
69 struct pipe_rasterizer_state *nstate = CALLOC_STRUCT(pipe_rasterizer_state); local
71 if (nstate == NULL)
81 struct pipe_sampler_state *nstate = CALLOC_STRUCT(pipe_sampler_state); local
227 struct pipe_vertex_element *nstate = CALLOC_STRUCT(pipe_vertex_element); local
239 struct pipe_shader_state *nstate = CALLOC_STRUCT(pipe_shader_state); local
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hardware.c 45 int hw_config(int nState)
51 if(nState == BT_VND_PWR_OFF)
58 if(nState == BT_VND_PWR_ON ) {
68 ALOGW("Hw_config: nState = %d", nState);
bt_vendor_qcom.c 60 extern int hw_config(int nState);
636 int nState = -1;
655 nState = *(int *) param;
657 (nState == BT_VND_PWR_ON)? "On" : "Off" );
667 retval = hw_config(nState);
668 if(nState == BT_VND_PWR_ON
680 retval = bt_powerup(nState);
    [all...]
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
bt_vendor_qcom.c 37 extern int hw_config(int nState);
100 int nState = -1;
108 nState = *(int *) param;
109 retval = hw_config(nState);
110 if(nState == BT_VND_PWR_ON
hardware.c 47 int hw_config(int nState)
53 if(nState == BT_VND_PWR_OFF)
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hardware.c 46 int hw_config(int nState)
52 if(nState == BT_VND_PWR_OFF)
59 if(nState == BT_VND_PWR_ON ) {
69 ALOGW("Hw_config: nState = %d", nState);
bt_vendor_qcom.c 61 extern int hw_config(int nState);
652 int nState = -1;
672 nState = *(int *) param;
674 (nState == BT_VND_PWR_ON)? "On" : "Off" );
684 retval = hw_config(nState);
685 if(nState == BT_VND_PWR_ON
698 if(nState == BT_VND_PWR_ON && property_get_bool("wc_transport.vnd_power", 0)) {
701 retval = bt_powerup(nState);
703 property_set("wc_transport.vnd_power", nState == BT_VND_PWR_ON ? "1" : "0");
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsify.c 222 enum namestate nstate; local
234 nstate = N_START;
399 nstate = N_OPEN;
437 nstate = N_DEVICE;
478 nstate = N_DOT;
491 nstate = N_DEVICE;
502 nstate = N_DOT;
530 nstate = N_DOT;
533 if ((nstate == N_DOT)
540 nstate = N_CLOSED
    [all...]
  /external/bison/lib/
mbrtowc.c 59 size_t nstate = pstate[0]; local
64 switch (nstate)
79 m = nstate;
106 if (nstate >= (res > 0 ? res : 1))
108 res -= nstate;
300 size_t k = nstate;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 320 pItem->nState = 1;
340 pItem->nState = -1;
385 return pItem->nState;
393 pItem->nState = -1;
401 if (pItem->nState == -1) {
405 pItem->nState = 0;
676 int32_t nState = m_aSelItems.GetState(i);
678 switch (nState) {
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hardware.c 46 int hw_config(int nState)
52 if(nState == BT_VND_PWR_OFF)
bt_vendor_qcom.c 51 extern int hw_config(int nState);
623 int nState = -1;
642 nState = *(int *) param;
644 (nState == BT_VND_PWR_ON)? "On" : "Off" );
654 retval = hw_config(nState);
655 if(nState == BT_VND_PWR_ON
667 if(nState == BT_VND_PWR_ON && property_get_bool("wc_transport.vnd_power", 0)) {
670 retval = bt_powerup(nState);
672 property_set("wc_transport.vnd_power", nState == BT_VND_PWR_ON ? "1" : "0");
    [all...]
  /external/dhcpcd-6.8.2/
ipv4.c 908 struct dhcp_state *state = D_STATE(ifp), *nstate;
933 nstate = D_STATE(ifn);
934 if (nstate && !nstate->added &&
935 nstate->addr.s_addr == addr.s_addr)
943 &nstate->lease);
944 nstate->added =
962 nstate = D_STATE(ifn);
963 if (nstate && nstate->added &
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 228 var nstate = 0 // number of states var
363 optst = make([][]int, nstate)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 228 var nstate = 0 // number of states var
363 optst = make([][]int, nstate)
    [all...]
  /external/testng/doc/
prettify.js 643 var nstate = state;
646 // nstate will not be equal to state, so it will append the token
647 nstate = -2;
652 nstate = 1;
654 nstate = 2;
656 nstate = 3;
658 if (nstate && pos < i) {
666 nstate = -1;
677 nstate = -1;
683 nstate = -1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 444 UINT nState;
481 UINT nState;
    [all...]
msimcntl.h     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 251 nState = other_nState;
255 int32_t nState; // 0:normal select -1:to deselect 1: to select
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 205 print ('\nState machine is %swaiting.\n' %
  /system/core/crash_reporter/
user_collector_test.cc 328 SplitLines("Name:\tls\nState:\tZ (zombie)\n"), &state));
  /external/tcpdump/
print-smb.c 149 "Handle=[d]\nAttrib=[A]\nTime=[T2]\nSize=[D]\nAccess=[w]\nType=[w]\nState=[w]\nAction=[w]\nInode=[W]\nOffErr=[d]\n|EALength=[d]\n",
693 "Com2=[w]\nOff2=[d]\nHandle=[d]\nAttrib=[A]\nTime=[T2]Size=[D]\nAccess=[w]\nType=[w]\nState=[w]\nAction=[w]\nFileID=[W]\nRes=[w]\n",
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 515 DumpImpl::AppendString(buffer, length, "\nstate: %u, vsync on: %u, max. mixer stages: %u",
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 192 "\nState : %d\n"
    [all...]
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 972 printf("\nState set event recd.\n");
    [all...]

Completed in 5036 milliseconds

1 2