/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmlrole.c | 93 #define setTopLevel(state) \ argument 98 #define setTopLevel(state) ((state)->handler = internalSubset) argument 128 prolog0(PROLOG_STATE *state, in prolog0() 165 prolog1(PROLOG_STATE *state, in prolog1() 196 prolog2(PROLOG_STATE *state, in prolog2() 217 doctype0(PROLOG_STATE *state, in doctype0() 235 doctype1(PROLOG_STATE *state, in doctype1() 265 doctype2(PROLOG_STATE *state, in doctype2() 282 doctype3(PROLOG_STATE *state, in doctype3() 299 doctype4(PROLOG_STATE *state, in doctype4() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmlrole.c | 87 #define setTopLevel(state) \ argument 92 #define setTopLevel(state) ((state)->handler = internalSubset) argument 122 prolog0(PROLOG_STATE *state, in prolog0() 159 prolog1(PROLOG_STATE *state, in prolog1() 190 prolog2(PROLOG_STATE *state, in prolog2() 211 doctype0(PROLOG_STATE *state, in doctype0() 229 doctype1(PROLOG_STATE *state, in doctype1() 259 doctype2(PROLOG_STATE *state, in doctype2() 276 doctype3(PROLOG_STATE *state, in doctype3() 293 doctype4(PROLOG_STATE *state, in doctype4() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzread.c | 20 local int gz_load(state, buf, len, have) in gz_load() argument 51 local int gz_avail(state) in gz_avail() argument 86 local int gz_look(state) in gz_look() argument 172 local int gz_decomp(state) in gz_decomp() argument 226 local int gz_fetch(state) in gz_fetch() argument 256 local int gz_skip(state, len) in gz_skip() argument 294 gz_statep state; local 392 gz_statep state; local 427 gz_statep state; local 491 gz_statep state; local [all …]
|
D | inflate.c | 107 struct inflate_state FAR *state; local 132 struct inflate_state FAR *state; local 147 struct inflate_state FAR *state; local 187 struct inflate_state FAR *state; local 235 struct inflate_state FAR *state; local 261 local void fixedtables(state) in fixedtables() argument 328 struct inflate_state state; in makefixed() local 384 struct inflate_state FAR *state; local 609 struct inflate_state FAR *state; local 1257 struct inflate_state FAR *state; local [all …]
|
D | gzlib.c | 75 local void gz_reset(state) in gz_reset() argument 96 gz_statep state; local 318 gz_statep state; local 342 gz_statep state; local 369 gz_statep state; local 454 gz_statep state; local 482 gz_statep state; local 514 gz_statep state; local 532 gz_statep state; local 552 gz_statep state; local [all …]
|
D | gzwrite.c | 15 local int gz_init(state) in gz_init() argument 70 local int gz_comp(state, flush) in gz_comp() argument 133 local int gz_zero(state, len) in gz_zero() argument 171 gz_statep state; local 251 gz_statep state; local 313 gz_statep state; in gzvprintf() local 394 gz_statep state; local 469 gz_statep state; local 502 gz_statep state; local 543 gz_statep state; local
|
/device/google/contexthub/firmware/os/core/ |
D | spi.c | 61 static int spiMasterStart(struct SpiDeviceState *state, in spiMasterStart() 81 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done() local 93 static void spiMasterNext(struct SpiDeviceState *state) in spiMasterNext() 115 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTxDone() local 132 static void spiMasterStop(struct SpiDeviceState *state) in spiMasterStop() 150 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterStopAsyncDone() local 154 static void spiMasterDone(struct SpiDeviceState *state, int err) in spiMasterDone() 164 static int spiSlaveStart(struct SpiDeviceState *state, in spiSlaveStart() 183 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStartAsyncDone() local 193 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveRxTxDone() local [all …]
|
D | appSec.c | 99 static void limitChunkSize(struct AppSecState *state) in limitChunkSize() 107 static void appSecSetCurState(struct AppSecState *state, uint32_t curState) in appSecSetCurState() 135 static inline uint32_t appSecGetCurState(const struct AppSecState *state) in appSecGetCurState() 143 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit() local 160 void appSecDeinit(struct AppSecState *state) in appSecDeinit() 166 static AppSecErr appSecBlockRx(struct AppSecState *state) in appSecBlockRx() 218 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut) in appSecProcessIncomingHdr() 357 static AppSecErr appSecProcessIncomingData(struct AppSecState *state) in appSecProcessIncomingData() 378 AppSecErr appSecDoSomeProcessing(struct AppSecState *state) in appSecDoSomeProcessing() 412 static AppSecErr appSecProcessIncomingSigData(struct AppSecState *state) in appSecProcessIncomingSigData() [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inflate.c | 108 struct inflate_state FAR *state; local 122 struct inflate_state FAR *state; local 147 struct inflate_state FAR *state; local 162 struct inflate_state FAR *state; local 202 struct inflate_state FAR *state; local 252 struct inflate_state FAR *state; local 278 local void fixedtables(state) in fixedtables() argument 345 struct inflate_state state; in makefixed() local 401 struct inflate_state FAR *state; local 626 struct inflate_state FAR *state; local [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | TimeVals.h | 88 struct state { struct 89 int leapcnt; 113 extern void gmtload(struct state * const sp); argument
|
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/css/common/ |
D | css_pm.h | 18 #define CSS_CORE_PWR_STATE(state) (state)->pwr_domain_state[ARM_PWR_LVL0] argument 19 #define CSS_CLUSTER_PWR_STATE(state) (state)->pwr_domain_state[ARM_PWR_LVL1] argument 20 #define CSS_SYSTEM_PWR_STATE(state) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.c | 106 struct inflate_state FAR *state; local 133 struct inflate_state FAR *state; local 150 struct inflate_state FAR *state; local 205 local void fixedtables(state) in fixedtables() argument 272 struct inflate_state state; in makefixed() local 327 struct inflate_state FAR *state; local 558 struct inflate_state FAR *state; local 1158 struct inflate_state FAR *state; local 1174 struct inflate_state FAR *state; local 1215 struct inflate_state FAR *state; local [all …]
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.h | 46 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported() 48 void setCustomDecoder(bool state) { m_customDecoder = state; } in setCustomDecoder() 50 void setNotApi(bool state) { m_notApi = state; } in setNotApi() 52 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/ |
D | plat_pm.c | 35 #define MTK_CORE_PWR_STATE(state) (state)->pwr_domain_state[MTK_PWR_LVL0] argument 36 #define MTK_CLUSTER_PWR_STATE(state) (state)->pwr_domain_state[MTK_PWR_LVL1] argument 37 #define MTK_SYSTEM_PWR_STATE(state) ((PLAT_MAX_PWR_LVL > MTK_PWR_LVL1) ?\ argument 244 static int32_t plat_do_plat_actions(unsigned int afflvl, unsigned int state) in plat_do_plat_actions() 311 unsigned int state) in plat_affinst_on() 381 static void plat_affinst_off(unsigned int afflvl, unsigned int state) in plat_affinst_off() 404 static void plat_power_domain_off(const psci_power_state_t *state) in plat_power_domain_off() 439 unsigned int state) in plat_affinst_suspend() 481 static void plat_power_domain_suspend(const psci_power_state_t *state) in plat_power_domain_suspend() 530 static void plat_affinst_on_finish(unsigned int afflvl, unsigned int state) in plat_affinst_on_finish() [all …]
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 650 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 656 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 662 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 668 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 674 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 680 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 686 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 692 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 698 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local 704 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/ |
D | nvg.c | 16 int32_t nvg_enter_cstate(uint32_t ari_base, uint32_t state, uint32_t wake_time) in nvg_enter_cstate() 108 uint64_t nvg_read_cstate_stats(uint32_t ari_base, uint32_t state) in nvg_read_cstate_stats() 132 int32_t nvg_write_cstate_stats(uint32_t ari_base, uint32_t state, uint32_t stats) in nvg_write_cstate_stats() 158 int32_t nvg_is_ccx_allowed(uint32_t ari_base, uint32_t state, uint32_t wake_time) in nvg_is_ccx_allowed() 168 int32_t nvg_is_sc7_allowed(uint32_t ari_base, uint32_t state, uint32_t wake_time) in nvg_is_sc7_allowed()
|
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/ |
D | tlkd_private.h | 27 #define get_yield_smc_active_flag(state) \ argument 30 #define set_yield_smc_active_flag(state) ((state) |= \ argument 32 #define clr_yield_smc_active_flag(state) ((state) &= \ argument 100 uint32_t state; member
|
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/ |
D | context_mgmt.c | 63 el3_state_t *state; in cm_init_context_common() local 476 el3_state_t *state; in cm_set_elr_el3() local 494 el3_state_t *state; in cm_set_elr_spsr_el3() local 515 el3_state_t *state; in cm_write_scr_el3_bit() local 545 el3_state_t *state; in cm_get_scr_el3() local
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 21 void sha2init(struct Sha2state *state) in sha2init() 56 static void sha2processBlock(struct Sha2state *state) in sha2processBlock() 121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes() 146 const uint32_t* sha2finish(struct Sha2state *state) in sha2finish()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 75 GLClientState* state = ctx->m_state; in s_glGetIntegerv() local 118 GLClientState* state = ctx->m_state; in s_glGetFloatv() local 157 GLClientState* state = ctx->m_state; in s_glGetFixedv() local 196 GLClientState* state = ctx->m_state; in s_glGetBooleanv() local 330 void GLEncoder::s_glEnableClientState(void *self, GLenum state) in s_glEnableClientState() 338 void GLEncoder::s_glDisableClientState(void *self, GLenum state) in s_glDisableClientState() 351 const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc); in s_glIsEnabled() local 403 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData() local 519 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawArrays() local 551 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawElements() local [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_private.h | 25 #define get_tsp_pstate(state) ((state >> TSP_PSTATE_SHIFT) & TSP_PSTATE_MASK) argument 26 #define clr_tsp_pstate(state) (state &= ~(TSP_PSTATE_MASK \ argument 46 #define get_yield_smc_active_flag(state) \ argument 49 #define set_yield_smc_active_flag(state) (state |= \ argument 51 #define clr_yield_smc_active_flag(state) (state &= \ argument 182 uint32_t state; member
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 178 struct I2cStmState state; member 349 struct I2cStmState *state = &pdev->state; in stmI2cSlaveIdle() local 356 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeRxCallback() 363 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeTxCallback() 372 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxDone() local 381 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxDone() local 390 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxNextByte() local 408 struct I2cStmState *state = &pdev->state; in stmI2cSlaveAddrMatched() local 439 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxBufNotEmpty() local 456 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxBufEmpty() local [all …]
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | blackboard.cpp | 81 auto& state = GetStateForClient(conn); in WaitForSenderWork() local 107 auto& state = GetStateForClient(conn); in SetOrientation() local 128 auto& state = GetStateForClient(conn); in FrameBufferUpdateRequestReceived() local 135 auto& state = GetStateForClient(conn); in StopWaiting() local
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | plat_pm.c | 184 static int32_t plat_do_plat_actions(unsigned int afflvl, unsigned int state) in plat_do_plat_actions() 237 unsigned int state) in plat_affinst_on() 278 static void plat_affinst_off(unsigned int afflvl, unsigned int state) in plat_affinst_off() 313 unsigned int state) in plat_affinst_suspend() 359 static void plat_affinst_on_finish(unsigned int afflvl, unsigned int state) in plat_affinst_on_finish() 387 static void plat_affinst_suspend_finish(unsigned int afflvl, unsigned int state) in plat_affinst_suspend_finish()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | xxsubtype.c | 23 int state; member 37 int state; in spamlist_setstate() local 148 int state; member 162 int state; in spamdict_setstate() local
|